Skip to content

Commit

Permalink
Merge pull request #514 from moka-guys/develop
Browse files Browse the repository at this point in the history
v44.8.1  (#514)

Co-Authored-By: MokaGuys <[email protected]>
Co-Authored-By: Aled Jones <[email protected]>
  • Loading branch information
Aled Jones and mokaguys authored Oct 30, 2023
2 parents c78c5eb + 13cee95 commit 86c6e99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion upload_and_setoff_workflows.py
Original file line number Diff line number Diff line change
Expand Up @@ -2223,7 +2223,7 @@ def build_congenica_command_file(self):
self.congenica_upload_command_script_path, "w"
) as congenica_script:
congenica_script.write(self.source_command + "\n")
congenica_script.write(self.empty_depends)
congenica_script.write(self.empty_depends + "\n")

def build_congenica_input_command(self):
"""
Expand Down

0 comments on commit 86c6e99

Please sign in to comment.