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