Skip to content

Commit

Permalink
Update scm/etc/scripts/dephy_converter.py
Browse files Browse the repository at this point in the history
Co-authored-by: Michael Kavulich <[email protected]>
  • Loading branch information
grantfirl and mkavulich committed Aug 9, 2024
1 parent c6801d2 commit 1d5c77f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scm/etc/scripts/dephy_converter.py
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,7 @@ def get_case_nml(case_name):

filename = os.path.join(CASE_NML_DIR, case_name + '.nml')

print(filename)
logging.debug(filename)

error = False
nml = ''
Expand Down

0 comments on commit 1d5c77f

Please sign in to comment.