Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
morcuended committed Jan 13, 2022
1 parent 9839f7c commit 402f383
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion osa/job.py
Original file line number Diff line number Diff line change
Expand Up @@ -645,7 +645,7 @@ def get_squeue_output(squeue_output: StringIO) -> pd.DataFrame:

try:
# Remove the job array part of the jobid
df["JobIDD"] = df["JobID"].apply(lambda x: x.split("_")[0]).astype("int")
df["JobID"] = df["JobID"].apply(lambda x: x.split("_")[0]).astype("int")
except AttributeError:
log.debug("No job info could be obtained from squeue")

Expand Down

0 comments on commit 402f383

Please sign in to comment.