Skip to content

Commit

Permalink
Fix formatting error
Browse files Browse the repository at this point in the history
  • Loading branch information
Perry Ross authored and webknjaz committed Oct 2, 2022
1 parent 1408eea commit bb5aa13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cheroot/workers/threadpool.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ def run(self):
try:
keep_conn_open = conn.communicate()
except SSLError as ex:
self.server.error_log(f'ignored extra SSLError: {repr(ex)}')
self.server.error_log(f'ignored extra SSLError {repr(ex)}')
finally:
if keep_conn_open:
self.server.put_conn(conn)
Expand Down

0 comments on commit bb5aa13

Please sign in to comment.