Skip to content

Commit

Permalink
delete pdb.set_trace()
Browse files Browse the repository at this point in the history
  • Loading branch information
shorvath-noaa committed Nov 21, 2023
1 parent 626f0b6 commit 903f9af
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/troute-config/troute/config/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,6 @@ def check_flowpath_edge_list(cls, values):
def check_lite_restart_directory(cls, values):
if values['output_parameters']:
lite_restart = values['output_parameters'].lite_restart
import pdb; pdb.set_trace()
if lite_restart is not None:
lite_restart_directory = lite_restart.lite_restart_output_directory
assert lite_restart_directory, "lite_restart is present in output parameters, but no lite_restart_output_directory is provided."
Expand Down

0 comments on commit 903f9af

Please sign in to comment.