mirror of
https://github.com/empayre/OTX-Suricata.git
synced 2024-11-06 01:05:18 +00:00
Adding bracket for python3
This commit is contained in:
parent
b5dd132edd
commit
e137590b3c
@ -131,7 +131,7 @@ def getArgs():
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
print sys.argv
|
||||
print (sys.argv)
|
||||
args = getArgs()
|
||||
if args.destination_directory:
|
||||
base_dir = args.destination_directory
|
||||
|
Loading…
Reference in New Issue
Block a user