Skip to content

Commit

Permalink
'Corrects typo 'reqest' into 'request'.'
Browse files Browse the repository at this point in the history
  • Loading branch information
dupgit committed Mar 10, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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.