Logical miss on if statement.
This commit is contained in:
parent
96b8669b0a
commit
3ff1e2e6cd
|
|
@ -257,6 +257,7 @@ if __name__ == '__main__':
|
||||||
for key, val in instructions['args'].items():
|
for key, val in instructions['args'].items():
|
||||||
args[key] = val
|
args[key] = val
|
||||||
|
|
||||||
|
if 'args' in instructions:
|
||||||
## TODO: Reuseable code, there's to many get_instructions, merge_dictgs and args updating going on.
|
## TODO: Reuseable code, there's to many get_instructions, merge_dictgs and args updating going on.
|
||||||
## Update arguments if we found any
|
## Update arguments if we found any
|
||||||
for key, val in instructions['args'].items():
|
for key, val in instructions['args'].items():
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue