Merge pull request #69 from codingo/attribute-error-fix

Patch for Attribute Error
This commit is contained in:
Michael Skelton
2019-08-22 11:44:59 +10:00
committed by GitHub

View File

@@ -236,7 +236,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, '')