Skip to content
Snippets Groups Projects
Commit dfb52c0f authored by Nikos Tsipinakis's avatar Nikos Tsipinakis
Browse files

Merge branch 'belforte-master-patch-46976' into 'qa'

Update JobCleanup.py to fix https://github.com/dmwm/CRABServer/issues/7546

See merge request !62
parents 84e38605 15565350
Branches qa
No related tags found
1 merge request!62Update JobCleanup.py to fix https://github.com/dmwm/CRABServer/issues/7546
......@@ -103,7 +103,7 @@ def prepareDagList(schedd):
# 1. Make a condor_q
scheddAlarm = None
try:
constraint = '( (JobUniverse =?= 7) && (TaskType=="ROOT") )'
constraint = '( (JobUniverse =?= 7) )'
projection = ["ClusterId",
"ProcId",
"CRAB_UserHN",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment