Skip to content

Commit 174ff4b

Browse files
committed
commit and remote swap
1 parent d194b00 commit 174ff4b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bioproject/{{ cookiecutter.project_slug }}/scripts/workflow_functions.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,8 @@ def shipResults(filetup, wdir, enddir, trackdic=None, delete=True):
9696
f.write(f"{'Latest update on:':<{_lw}} {datetime.datetime.now().strftime('%Y-%m-%d %H:%M:%S')}\n")
9797
f.write(f"{'Code created by:':<{_lw}} {trackdic['author']}\n")
9898
f.write(f"{'Results created with:':<{_lw}} {trackdic['repo']}\n")
99-
f.write(f"{'Repository code is at:':<{_lw}} {_commit}\n")
100-
f.write(f"{'Commit hash:':<{_lw}} {_remote}\n")
99+
f.write(f"{'Repository code is at:':<{_lw}} {_remote}\n")
100+
f.write(f"{'Commit hash:':<{_lw}} {_commit}\n")
101101

102102
return tdic
103103

0 commit comments

Comments
 (0)