Skip to content

Commit

Permalink
Add empty line
Browse files Browse the repository at this point in the history
  • Loading branch information
babsey committed Sep 25, 2024
1 parent 3f51ce6 commit b707e5a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pynest/nest/server/hl_api_server_helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ def func_wrapper(*args, **kwargs):
message = "%s: %s" % (error_class, detail)
else:
message = "%s at line %d: %s" % (error_class, lineno, detail)

raise ErrorHandler(message, lineno)

return func_wrapper
Expand Down

0 comments on commit b707e5a

Please sign in to comment.