Skip to content

Commit

Permalink
Linting
Browse files Browse the repository at this point in the history
  • Loading branch information
Wout Feys committed Jul 30, 2024
1 parent 8b92619 commit 24061c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aikido_firewall/background_process/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def __init__(self, address, key):
logger.error(data) # Temporary debugging
if data[0] == "ATTACK":
self.queue.put(data[1])
elif data[0] == "CLOSE": # this is a kind of EOL for python IPC
elif data[0] == "CLOSE": # this is a kind of EOL for python IPC
conn.close()
break

Check warning on line 43 in aikido_firewall/background_process/__init__.py

View check run for this annotation

Codecov / codecov/patch

aikido_firewall/background_process/__init__.py#L33-L43

Added lines #L33 - L43 were not covered by tests

Expand Down

0 comments on commit 24061c7

Please sign in to comment.