From ef48e8b21baa65c84e07da771d0b9f0d50f9454d Mon Sep 17 00:00:00 2001 From: codingo Date: Sun, 6 Jan 2019 13:46:25 +1000 Subject: [PATCH] Fixed reference bug in InputHelper --- Interlace/lib/core/input.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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