Skip to content

Commit

Permalink
Added extra empty line
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Nilsson committed Feb 1, 2024
1 parent fb50597 commit ee09528
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pilot/user/atlas/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -340,6 +340,7 @@ def get_file_open_command(script_path: str, turls: str, nthreads: int,
cmd = f"{script_path} --turls=\'{turls}\' -w {os.path.dirname(script_path)} -t {nthreads}"
if stdout and stderr:
cmd += f' 1>{stdout} 2>{stderr}'

return cmd


Expand Down

0 comments on commit ee09528

Please sign in to comment.