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 92d0ffc commit 1653c2dCopy full SHA for 1653c2d
app/library/flux.py
@@ -67,7 +67,7 @@ def submit_job(handle, fluxjob, user):
67
)
68
69
jobid = output.decode("utf-8").strip()
70
- print("Submit job {jobid}")
+ print(f"Submit job {jobid}")
71
job = FakeJob(jobid)
72
return job
73
0 commit comments