Skip to content

Commit db0b699

Browse files
committed
lint clamd.py
1 parent 3ffa622 commit db0b699

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

clamd.py

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -79,11 +79,11 @@ def _error_message(self, exception):
7979
)
8080
else:
8181
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-
)
82+
erno=exception.args[0],
83+
host=self.host,
84+
port=self.port,
85+
msg=exception.args[1]
86+
)
8787

8888
def ping(self):
8989
return self._basic_command("PING")
@@ -307,7 +307,7 @@ def _error_message(self, exception):
307307
)
308308
else:
309309
return "Error {erno} connecting {path}. {msg}.".format(
310-
erno=exception.args[0],
311-
path=self.unix_socket,
312-
msg=exception.args[1]
313-
)
310+
erno=exception.args[0],
311+
path=self.unix_socket,
312+
msg=exception.args[1]
313+
)

0 commit comments

Comments
 (0)