We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ffa622 commit db0b699Copy full SHA for db0b699
clamd.py
@@ -79,11 +79,11 @@ def _error_message(self, exception):
79
)
80
else:
81
return "Error {erno} connecting {host}:{port}. {msg}.".format(
82
- erno=exception.args[0],
83
- host=self.host,
84
- port=self.port,
85
- msg=exception.args[1]
86
- )
+ erno=exception.args[0],
+ host=self.host,
+ port=self.port,
+ msg=exception.args[1]
+ )
87
88
def ping(self):
89
return self._basic_command("PING")
@@ -307,7 +307,7 @@ def _error_message(self, exception):
307
308
309
return "Error {erno} connecting {path}. {msg}.".format(
310
311
- path=self.unix_socket,
312
313
+ path=self.unix_socket,
0 commit comments