Skip to content

Commit 7af70de

Browse files
authored
Merge pull request #721 from tmaeno/master
typo
2 parents 32b1098 + f0ec97a commit 7af70de

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pandaserver/taskbuffer/db_proxy_mods/task_utils_module.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1298,7 +1298,7 @@ def setScoutJobData_JEDI(self, taskSpec, useCommit, useExhausted, site_mapper):
12981298
self.cur.execute(sqlTSL + comment, varMap)
12991299
toExhausted = False
13001300
# check scaled walltime
1301-
if toExhausted and not taskSpec.getNumEventsPerJob() is None:
1301+
if toExhausted and taskSpec.getNumEventsPerJob() is None:
13021302
scMsg = ""
13031303
if taskSpec.useScout():
13041304
scaled_max_walltime = extraInfo["longestShortExecTime"]

0 commit comments

Comments
 (0)