Skip to content

Commit

Permalink
black
Browse files Browse the repository at this point in the history
  • Loading branch information
jameshawkes committed Nov 16, 2024
1 parent 37801f3 commit f58f81e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions polytope_server/common/datasource/datasource.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,7 @@ def dispatch(self, request, input_data) -> bool:
if hasattr(self, "silent_match") and self.silent_match:
pass
else:
request.user_message += "Skipping datasource {}: {}\n".format(
self.repr(), str(e)
)
request.user_message += "Skipping datasource {}: {}\n".format(self.repr(), str(e))
tb = traceback.format_exception(None, e, e.__traceback__)
logging.info(tb)

Expand Down

0 comments on commit f58f81e

Please sign in to comment.