Fixed reference bug in InputHelper

This commit is contained in:
codingo
2019-01-06 13:46:25 +10:00
parent 3b7ccf181a
commit ef48e8b21b

View File

@@ -42,7 +42,7 @@ class InputHelper(object):
@staticmethod @staticmethod
def process_commands(arguments): def process_commands(arguments):
commands = set() commands = set()
targets = arguments.process_targets(arguments) targets = InputHelper.process_targets(arguments)
for target in targets: for target in targets:
# replace flags # replace flags