Skip to content

Commit

Permalink
Add comma after function parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronatp authored Dec 4, 2023
1 parent cb2fa8c commit 385a298
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion capa/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -984,7 +984,7 @@ def last_resort_exception_handler(
args: argparse.Namespace,
exctype: Union[None, Exception],
value: Union[None, str],
traceback: Union[None, TracebackType]
traceback: Union[None, TracebackType],
):
"""
custom exception handler to replace the default sys.excepthook,
Expand Down

0 comments on commit 385a298

Please sign in to comment.