We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1547fcc commit 27ac3d7Copy full SHA for 27ac3d7
src/DIRAC/Resources/Computing/BatchSystems/Condor.py
@@ -78,7 +78,7 @@
78
on_exit_hold_subcode = %(holdReasonSubcode)s
79
# Jobs are then deleted from the system after N days if they are not idle or running
80
periodic_remove = ((JobStatus == 1) && (NumJobStarts > 0)) || \
81
- ((JobStatus != 1) && (JobStatus != 2) && ((time() - EnteredCurrentStatus) > (%(daysToKeepRemoteLogs)s * 24 * 3600))
+ ((JobStatus != 1) && (JobStatus != 2) && ((time() - EnteredCurrentStatus) > (%(daysToKeepRemoteLogs)s * 24 * 3600)))
82
83
# Specific options
84
# ----------------
0 commit comments