mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-11 03:32:53 +01:00
Add extra line
This commit is contained in:
@@ -43,6 +43,7 @@ def removeKey(content, key):
|
|||||||
else:
|
else:
|
||||||
content.pop(key, None)
|
content.pop(key, None)
|
||||||
|
|
||||||
|
|
||||||
def remove(args):
|
def remove(args):
|
||||||
if len(args) != 2:
|
if len(args) != 2:
|
||||||
print('Missing filename or key arg', file=sys.stderr)
|
print('Missing filename or key arg', file=sys.stderr)
|
||||||
|
|||||||
Reference in New Issue
Block a user