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

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

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

See merge request !61
parents d6b4ced4 15565350
Branches master
No related tags found
1 merge request!61Update 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.
Finish editing this message first!
Please register or to comment