Skip to content

Commit

Permalink
Merge pull request #195 from pyiron/flux_set_status_to_finished
Browse files Browse the repository at this point in the history
Flux: Set status to finished
  • Loading branch information
jan-janssen committed Jun 7, 2023
2 parents 2c32d1d + 41163b7 commit 1733e20
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pysqa/wrapper/flux.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,5 @@ def convert_queue_status(queue_status_output):
)
df.loc[df.status == "R", "status"] = "running"
df.loc[df.status == "S", "status"] = "pending"
df.loc[df.status == "CD", "status"] = "finished"
return df

0 comments on commit 1733e20

Please sign in to comment.