From fa0311d2af6845efe387bad3556e1200723151f7 Mon Sep 17 00:00:00 2001 From: MokaGuys Date: Mon, 30 Oct 2023 12:44:38 +0000 Subject: [PATCH] add new line to congenica run commands file. Close #512 --- upload_and_setoff_workflows.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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): """