Skip to content

Commit

Permalink
fix: varfish-upload subprocess submission
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicolai-vKuegelgen committed Feb 9, 2024
1 parent 964bcac commit 3ed4b47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cubi_tk/snappy/varfish_upload.py
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ def _process_dataset(self, ds: DataSet):
"--verbose",
"importer",
"caseimportinfo-create",
"--resubmit" if self.args.force_resubmit else "",
"--resubmit" if self.args.force_resubmit else "--no-resubmit",
sodar_uuid,
*sorted(found.values()),
]
Expand Down

0 comments on commit 3ed4b47

Please sign in to comment.