Skip to content
Snippets Groups Projects
Commit 901e8ba8 authored by hamid.sadeghian's avatar hamid.sadeghian
Browse files

Syntax error correction

parent 388d7f3f
No related branches found
No related tags found
No related merge requests found
......@@ -109,9 +109,9 @@ def main(argv):
port = arg
if any((not network, not file, not port)):
print('Mandatory parameter is missing.')
help()
logging.err('Mandatory parameters are missing.')
print('\nERROR: Mandatory parameter is missing.\n')
logging.error('Mandatory parameters are missing.')
sys.exit()
# find out ip ranges
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment