We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c538e2f commit 662ec1aCopy full SHA for 662ec1a
nfdi_ing_workflow.py
@@ -123,7 +123,7 @@ def _poisson_collect_output(numdofs_file: str) -> int:
123
124
125
def _copy_file(stage_name, source_file):
126
- input_file = os.path.join(os.path.abspath(stage_name), source_file)
+ input_file = os.path.join(os.path.abspath(stage_name), os.path.basename(source_file))
127
if input_file != source_file:
128
shutil.copyfile(source_file, input_file)
129
0 commit comments