Skip to content

Commit 6d329a9

Browse files
f3schsawenzel
authored andcommitted
add additional newline at the end of inner fun
1 parent fc65b53 commit 6d329a9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

MC/bin/o2dpg_workflow_utils.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ def deactivate_detector(det):
2424
def isActive(det):
2525
def check(detector):
2626
return detector not in INACTIVE_DETECTORS and ("all" in ACTIVE_DETECTORS or detector in ACTIVE_DETECTORS)
27+
2728
if det == "ITS": # special remapping for upgrade only needed in one direction since IT3 output pretends to be ITS
2829
return check("ITS") or check("IT3")
2930
else:

0 commit comments

Comments
 (0)