Skip to content

Commit 44e4602

Browse files
Syrinx55bgruening
andauthored
Update lib/galaxy/job_execution/actions/post.py
Co-authored-by: Björn Grüning <bjoern@gruenings.eu>
1 parent 0fa6b05 commit 44e4602

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • lib/galaxy/job_execution/actions

lib/galaxy/job_execution/actions/post.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ def execute(cls, app, sa_session, action, job, replacement_dict=None, final_job_
6363
subject = f"Galaxy job completion notification from history '{job.history.name}'"
6464
outdata = ",\n".join(ds.dataset.display_name() for ds in job.output_datasets)
6565
body = (
66-
f"Your Galaxy job generating dataset(s):\n\n{outdata}\n\nis complete as of {datetime.datetime.now().strftime('%I:%M %p')}. "
66+
f"Your Galaxy job generating dataset(s):\n\n{outdata}\n\nis complete as of {datetime.datetime.now().strftime('%H:%M')}. "
6767
f"Click the link below to access your data: \n{link}\n\n"
6868
"Please remember to cite Galaxy using our primary publication "
6969
'(<a href="https://gxy.io/p/latest-nar">https://gxy.io/p/latest-nar</a>) '

0 commit comments

Comments
 (0)