Removed commented code introduced when debugging

This commit is contained in:
Joshua Ogunyinka
2019-08-16 05:06:45 +01:00
committed by GitHub
parent 24d529291e
commit 1c778c9b99

View File

@@ -173,8 +173,8 @@ class InputHelper(object):
ranges.add(arguments.target)
else:
target_file = arguments.target_list
# if not sys.stdin.isatty():
# target_file = sys.stdin
if not sys.stdin.isatty():
target_file = sys.stdin
ranges.update([target.strip() for target in target_file if target.strip()])
# process exclusions first