Skip to content

Commit 309df73

Browse files
Benedikt Volkelchiarazampolli
authored andcommitted
Quick fix
1 parent 8bb2d2a commit 309df73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RelVal/o2dpg_release_validation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@ def rel_val_sim_dirs(args):
346346
json.dump(file_sizes_to_json, f, indent=2)
347347

348348
# enable all if everything is disabled
349-
if not any(args.with_hits, args.with_tpctracks, args.with_kine, args.with_analysis, args.with_qc):
349+
if not any((args.with_hits, args.with_tpctracks, args.with_kine, args.with_analysis, args.with_qc)):
350350
args.with_hits, args.with_tpctracks, args.with_kine, args.with_analysis, args.with_qc = (True,) * 5
351351

352352
# hits

0 commit comments

Comments
 (0)