Skip to content

Commit

Permalink
lint bare commit
Browse files Browse the repository at this point in the history
  • Loading branch information
David Erb committed May 10, 2023
1 parent aca7ae7 commit 07033f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dls_servbase_api/aiohttp_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ async def client_protocolj(self, request_object, cookies=None):
exception_class = import_classname_from_modulename(
classname, modulename
)
except:
except Exception:
exception_class = RuntimeError
exception_message = f"{qualname}: {exception_message}"
except Exception:
Expand Down

0 comments on commit 07033f7

Please sign in to comment.