Skip to content

Commit

Permalink
Update read_data_files.py
Browse files Browse the repository at this point in the history
incorrect camel case for RuntimeError
  • Loading branch information
bikegeek authored Oct 9, 2024
1 parent bd04ba6 commit 12dbdda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion METdbLoad/ush/read_data_files.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def __init__(self, logger=None):
self.logger = util.get_common_logger('DEBUG', full_logfile)
else:
self.logger = logger
except RunTimeError:
except RuntimeError:
if logger is None:
print(
"*** %s occurred while initializing class ReadDataFiles ***", sys.exc_info()[0])
Expand Down

0 comments on commit 12dbdda

Please sign in to comment.