Skip to content

Commit

Permalink
Fixes potential undefined error message.
Browse files Browse the repository at this point in the history
  • Loading branch information
uajqq committed Jan 15, 2025
1 parent 6f441b3 commit 7c42ee6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/user/belchertown.py
Original file line number Diff line number Diff line change
Expand Up @@ -3696,7 +3696,7 @@ def get_observation_data(

try:
query = archive.genSql(sql_lookup)
except:
except Exception as error:
raise Warning(
"SQL error in"
"sql_lookup"
Expand Down

0 comments on commit 7c42ee6

Please sign in to comment.