Skip to content

Commit c904f16

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 5cbfaa4 commit c904f16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

disbatch/disBatch.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -559,7 +559,7 @@ def launchNode(self, n):
559559
n,
560560
'bash',
561561
'-c',
562-
f'{DbUtilPath} --engine -n {n} --method SlurmContext.engine {self.kvsKey} --tag slurm_context_engine_{int(10e7*random.random())}',
562+
f'{DbUtilPath} --engine -n {n} --method SlurmContext.engine {self.kvsKey} --tag slurm_context_engine_{int(10e7 * random.random())}',
563563
]
564564
logging.info('launch cmd: %s', repr(cmd))
565565
return SUB.Popen(cmd, stdout=open(lfp, 'w'), stderr=SUB.STDOUT, close_fds=True)

0 commit comments

Comments
 (0)