Skip to content

Commit

Permalink
account for non-integer jobids
Browse files Browse the repository at this point in the history
Signed-off-by: Karl W. Schulz <[email protected]>
  • Loading branch information
koomie committed Dec 19, 2024
1 parent 50965a5 commit d3a4530
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion omnistat/query.py
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ def query_slurm_job_internal(self):
break

if not firstTimestamp:
print("[ERROR]: no monitoring data found for job=%i" % self.jobID)
print("[ERROR]: no monitoring data found for job=%s" % self.jobID)
sys.exit(1)

# expand job window to nearest minute
Expand Down

0 comments on commit d3a4530

Please sign in to comment.