Menu

#1 Traceback when trying to use a file...

open
nobody
None
5
2001-09-21
2001-09-21
Anonymous
No

when loading from a file with 1 IP address per line, I
get the following traceback

python2 adlook.py --file ./bad
Traceback (most recent call last):
File "adlook.py", line 383, in ?
main(sys.argv)
File "adlook.py", line 352, in main
unresolved = parseOptions(argv)
File "adlook.py", line 331, in parseOptions
raise Exception('Fallthrough!?')
Exception: Fallthrough!?

Discussion


Log in to post a comment.