Skip to content

Commit

Permalink
Merge pull request #10 from menzel-gfdl/main
Browse files Browse the repository at this point in the history
Fix issue with remap paths
  • Loading branch information
ceblanton authored Aug 15, 2024
2 parents 138600c + da45318 commit c18dedd
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 c18dedd

Please sign in to comment.