diff --git a/Interlace/lib/core/input.py b/Interlace/lib/core/input.py index 289aa00..9158ac3 100644 --- a/Interlace/lib/core/input.py +++ b/Interlace/lib/core/input.py @@ -42,7 +42,7 @@ class InputHelper(object): @staticmethod def process_commands(arguments): commands = set() - targets = arguments.process_targets(arguments) + targets = InputHelper.process_targets(arguments) for target in targets: # replace flags