diff --git a/Interlace/lib/core/input.py b/Interlace/lib/core/input.py index 003eafd..5ed5514 100644 --- a/Interlace/lib/core/input.py +++ b/Interlace/lib/core/input.py @@ -239,7 +239,7 @@ class InputHelper(object): random_file = choice(files) if arguments.command: - commands.append(arguments.command.rstrip('\n')) + commands.append(Task(arguments.command.rstrip('\n'))) else: commands = InputHelper._pre_process_commands(arguments.command_list)