We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a01ae9c commit 137dd15Copy full SHA for 137dd15
src/asphalt/exceptions/__init__.py
@@ -37,8 +37,7 @@ def report_exception(
37
exception = sys.exc_info()[1]
38
if not exception:
39
raise ValueError(
40
- 'missing "exception" parameter and no current exception present in '
41
- "sys.exc_info()"
+ 'missing "exception" parameter and no current exception present in sys.exc_info()'
42
)
43
44
actual_logger: logging.Logger | None
0 commit comments