mirror of
https://gitlab.cern.ch/wotsubo/PSBoardDataBase.git
synced 2025-06-07 21:45:43 +09:00
fixup! update(import_data): change slavelog exclusion dispatch & add exclusion list
This commit is contained in:
parent
10197fe3d7
commit
1e3935047b
1 changed files with 1 additions and 1 deletions
|
@ -832,7 +832,7 @@ function add_slavelog_result(db::SQLite.DB, logs_dir::AbstractString)
|
||||||
|
|
||||||
# exclusion
|
# exclusion
|
||||||
|
|
||||||
exclude_cond = any(exclude_runs) do cond
|
exclude_cond = filter(exclude_runs) do cond
|
||||||
runid_matched = runid == cond.runid
|
runid_matched = runid == cond.runid
|
||||||
psbid_matched = isnothing(cond.psbid) || cond.psbid == psbid
|
psbid_matched = isnothing(cond.psbid) || cond.psbid == psbid
|
||||||
runid_matched && psbid_matched
|
runid_matched && psbid_matched
|
||||||
|
|
Loading…
Add table
Reference in a new issue