Skip to content

Commit 360f313

Browse files
Formatting change
1 parent 405b571 commit 360f313

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

autoscaling/crontab/autoscale_slurm.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ def getstatus_slurm():
329329
return cluster_to_build,cluster_to_destroy,nodes_to_destroy,cluster_building,cluster_destroying,used_index,current_nodes,building_nodes
330330

331331
if os.path.isfile(lockfile):
332-
print("Lockfile "+lockfile + " is present, exiting")
332+
print( "Lockfile "+lockfile + " is present, exiting" )
333333
exit()
334334
open(lockfile,'w').close()
335335
try:

0 commit comments

Comments
 (0)