Skip to content

Commit

Permalink
Wait no this is probably a better way to fix mypy
Browse files Browse the repository at this point in the history
  • Loading branch information
MaddyGuthridge committed Apr 7, 2024
1 parent 66e3d2d commit d252228
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flapi/__comms.py
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ def client_goodbye(code: int) -> None:
# We should never reach this point, as receiving the message should
# have raised a SystemExit
log.critical(
f"Failed to SystemExit -- instead received message {res!r}"
f"Failed to SystemExit -- instead received message {res.decode()}"
)
assert False
except FlapiClientExit:
Expand Down

0 comments on commit d252228

Please sign in to comment.