-
Notifications
You must be signed in to change notification settings - Fork 2k
Closed
Description
HI, when the script fails in pararell mode and i use execute to run several tasks i get this traceback:
Traceback (most recent call last):
File "harmony/utils/bootstrap.py", line 149, in <module>
user='ubuntu', password='qweqwe')
File "harmony/utils/bootstrap.py", line 75, in bootstrap_machine
execute(_worker, hosts=target_hosts)
File "...python2.7/site-packages/fabric/tasks.py", line 323, in execute
if isinstance(d['results'], BaseException):
KeyError: 'results'
Not sure how results is missing, but replacing that with d.get('results') fixes the issue.
Metadata
Metadata
Assignees
Labels
No labels