Skip to content
Snippets Groups Projects

trying a thing for transfer plugin

Merged Charlotte Hausman requested to merge WS_736 into main
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
@@ -488,6 +488,7 @@ class WorkflowService(WorkflowServiceIF):
["condor_submit", str(job_file)],
cwd=str(folder.absolute()),
preexec_fn=self._switch_to_submituser(run_cv),
shell=True,
)
# return the logfile
Loading