Skip to content

Commit

Permalink
small changes
Browse files Browse the repository at this point in the history
  • Loading branch information
hhs732 committed Jun 25, 2024
1 parent e877728 commit a605e08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bathymetric_adjustment.py
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ def apply_src_adjustment_for_bathymetry(
if os.path.exists(bathy_file_ehydro):
msg = f"correcting rating curve for ehydro bathy for huc : {huc}"
log_text += msg + '\n'
print(msg + '\n')
print(msg)
log_text += correct_rating_for_ehydro_bathymetry(fim_dir, huc, bathy_file_ehydro, verbose)
else:
print(f'USACE eHydro bathymetry file does not exist for huc: {huc}')
Expand Down

0 comments on commit a605e08

Please sign in to comment.