Skip to content

Commit

Permalink
fix issue with remap paths
Browse files Browse the repository at this point in the history
  • Loading branch information
menzel-gfdl committed Aug 15, 2024
1 parent 138600c commit da45318
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/remap-pp-components/bin/remap-pp-components
Original file line number Diff line number Diff line change
Expand Up @@ -449,7 +449,7 @@ def remap():
ret = run.returncode

if ret != 0:
if ens_mem is not None:
if ens_mem is None:
copy = [f"{copy_tool}",
f"{input_dir}/{g}/{s}/{f}/{c}/{file}",
f"{output_dir}/{dirs}/{newfile2}" ]
Expand Down

0 comments on commit da45318

Please sign in to comment.