Skip to content

Commit

Permalink
Added a missing intermediary dictionary object
Browse files Browse the repository at this point in the history
  • Loading branch information
Tejeda, Engelbert committed Sep 23, 2019
1 parent b623a8d commit bd405ce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ansible_taskrunner/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -354,6 +354,7 @@ def run(args=None, **kwargs):
parameter_mapping = opt_parameters
# Next, we create a dictionary that holds cli arguments
# in the order they were called, as per the parameter mapping
ordered_args = {}
for k, v in parameter_mapping.items():
for a in sys.argv:
if re.search(k, a):
Expand Down

0 comments on commit bd405ce

Please sign in to comment.