mirror of
https://github.com/GNS3/gns3-server.git
synced 2025-06-17 23:08:18 +00:00
Fix minor errors reported by codacy.com
This commit is contained in:
@ -94,7 +94,6 @@ class WinStreamHandler(logging.StreamHandler):
|
||||
stream.write(msg.encode(stream.encoding, errors="replace").decode(stream.encoding))
|
||||
stream.write(self.terminator)
|
||||
self.flush()
|
||||
pass
|
||||
except Exception:
|
||||
self.handleError(record)
|
||||
|
||||
|
Reference in New Issue
Block a user