Skip to content

Commit 662ec1a

Browse files
committed
bug fix
1 parent c538e2f commit 662ec1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nfdi_ing_workflow.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ def _poisson_collect_output(numdofs_file: str) -> int:
123123

124124

125125
def _copy_file(stage_name, source_file):
126-
input_file = os.path.join(os.path.abspath(stage_name), source_file)
126+
input_file = os.path.join(os.path.abspath(stage_name), os.path.basename(source_file))
127127
if input_file != source_file:
128128
shutil.copyfile(source_file, input_file)
129129

0 commit comments

Comments
 (0)