Skip to content

Commit

Permalink
Update src/plotman/plotman.py
Browse files Browse the repository at this point in the history
  • Loading branch information
altendky authored May 16, 2021
1 parent 473b319 commit 5bd13dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plotman/plotman.py
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ def main():
result = "{0}\n\n{1}\n\nUpdated at: {2}".format(
reporting.status_report(jobs, get_term_width()),
reporting.summary(jobs),
datetime.datetime.today().strftime("%x %X"),
datetime.datetime.today().strftime("%c"),
)
print(result)

Expand Down

0 comments on commit 5bd13dc

Please sign in to comment.