We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e79981c commit fad9efaCopy full SHA for fad9efa
examples/jobs_list.py
@@ -37,7 +37,7 @@ def display(job_dict):
37
ddate = pyslurm.epoch2date(value[part_key])
38
print(f"\t{part_key:<20} : {ddate}")
39
else:
40
- print("\t{part_key:<20} : {value[part_key]}")
+ print(f"\t{part_key:<20} : {value[part_key]}")
41
42
print("-" * 80)
43
0 commit comments