Skip to content

Commit

Permalink
Merge pull request #6 from VForWaTer/joergmeyer-kit-patch-1
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
mmaelicke authored Apr 17, 2024
2 parents 983e31b + 60944c8 commit ab7f036
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@

# create a callback to log exceptions
def callback(future):
exc = future.excection()
exc = future.exception()
if exc is not None:
logger.exception(exc)

Expand Down

0 comments on commit ab7f036

Please sign in to comment.