diff --git a/upload_and_setoff_workflows.py b/upload_and_setoff_workflows.py index acc47376..18827e9b 100644 --- a/upload_and_setoff_workflows.py +++ b/upload_and_setoff_workflows.py @@ -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): """