Skip to content

Commit

Permalink
Change DNAnexus write mode to 'w'
Browse files Browse the repository at this point in the history
  • Loading branch information
RachelDuffin committed Jul 9, 2024
1 parent 6be64c8 commit bd60f18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion upload_runfolder/upload_runfolder.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ def __init__(
self.nexus_identifiers = self.find_nexus_project()
write_lines(
self.upload_flagfile,
"a",
"w",
f"{URConfig.STRINGS['upload_started']}: {datetime.datetime.now()}",
)

Expand Down

0 comments on commit bd60f18

Please sign in to comment.