Skip to content

Commit 587a5ee

Browse files
committed
fix lint
Signed-off-by: kerthcet <kerthcet@gmail.com>
1 parent 9776db0 commit 587a5ee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

python/tests/test_integration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ def test_multiple_daemons_connect(self, server, sandd_binary):
118118
try:
119119
proc.send_signal(signal.SIGTERM)
120120
proc.wait(timeout=2)
121-
except:
121+
except: # noqa: E722
122122
proc.kill()
123123

124124
def test_daemon_with_labels(self, server, sandd_binary):

0 commit comments

Comments
 (0)