Skip to content

Commit

Permalink
Also don't change directory so we can be sure all paths are absolute.
Browse files Browse the repository at this point in the history
  • Loading branch information
hiker committed Mar 2, 2024
1 parent f7ad442 commit 6b8f73b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/fab/steps/compile_fortran.py
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@ def compile_file(analysed_file, flags, output_fpath, mp_common_args):
command.append(str(analysed_file.fpath))
command.extend(['-o', str(output_fpath)])

run_command(command, cwd=analysed_file.fpath.parent)
run_command(command)


# todo: move this
Expand Down

0 comments on commit 6b8f73b

Please sign in to comment.