mirror of
https://github.com/codingo/Interlace.git
synced 2025-12-17 23:04:24 +01:00
Fixed reference bug in InputHelper
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user