Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
'Corrects typo 'reqest' into 'request'.'
Browse files Browse the repository at this point in the history
dupgit committed Mar 10, 2024

Verified

This commit was signed with the committer’s verified signature.
1 parent 1fc49ff commit 51207a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/library/flux.py
Original file line number Diff line number Diff line change
@@ -259,7 +259,7 @@ def get_job_output(jobid, user=None, delay=None):

jobid = flux.job.JobID(jobid)

# If the submit is too close to the log reqest, it cannot find the file handle
# If the submit is too close to the log request, it cannot find the file handle
# It could be also the jobid cannot be found.
try:
for line in flux.job.event_watch(app.handle, jobid, "guest.output"):

0 comments on commit 51207a9

Please sign in to comment.