Skip to content

Commit 1653c2d

Browse files
committed
fix: missing format string
Signed-off-by: vsoch <[email protected]>
1 parent 92d0ffc commit 1653c2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/library/flux.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ def submit_job(handle, fluxjob, user):
6767
)
6868

6969
jobid = output.decode("utf-8").strip()
70-
print("Submit job {jobid}")
70+
print(f"Submit job {jobid}")
7171
job = FakeJob(jobid)
7272
return job
7373

0 commit comments

Comments
 (0)