Skip to content

Commit 07033f7

Browse files
author
David Erb
committed
lint bare commit
1 parent aca7ae7 commit 07033f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dls_servbase_api/aiohttp_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ async def client_protocolj(self, request_object, cookies=None):
135135
exception_class = import_classname_from_modulename(
136136
classname, modulename
137137
)
138-
except:
138+
except Exception:
139139
exception_class = RuntimeError
140140
exception_message = f"{qualname}: {exception_message}"
141141
except Exception:

0 commit comments

Comments
 (0)