mirror of
https://github.com/codingo/Interlace.git
synced 2025-12-18 15:24:23 +01:00
Fixed #102 bug and incremented the version
This commit is contained in:
@@ -1 +1 @@
|
|||||||
__version__ = '1.8.0'
|
__version__ = '1.8.1'
|
||||||
|
|||||||
@@ -211,7 +211,7 @@ class InputHelper(object):
|
|||||||
for replacement in replacements:
|
for replacement in replacements:
|
||||||
if command.name().find(variable) != -1:
|
if command.name().find(variable) != -1:
|
||||||
new_task = command.clone()
|
new_task = command.clone()
|
||||||
new_task.replace(variable, replacement)
|
new_task.replace(variable, str(replacement))
|
||||||
add_task(new_task, tasks, temp_set)
|
add_task(new_task, tasks, temp_set)
|
||||||
else:
|
else:
|
||||||
add_task(command, tasks, temp_set)
|
add_task(command, tasks, temp_set)
|
||||||
|
|||||||
Reference in New Issue
Block a user