fixup! update(import_data): change slavelog exclusion dispatch & add exclusion list

This commit is contained in:
Wataru Otsubo 2025-01-21 18:10:17 +09:00
parent 10197fe3d7
commit 1e3935047b

View file

@ -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