You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the error message looks like this (ndt 1.0a31)
Traceback (most recent call last):
File "/usr/local/bin/cf-update-stack", line 11, in <module>
sys.exit(update_stack())
File "/usr/local/lib/python3.6/site-packages/n_utils/cli.py", line 489, in update_stack
args.dry_run)
File "/usr/local/lib/python3.6/site-packages/n_utils/cf_deploy.py", line 271, in deploy
for key in list(template_parameters.keys()):
AttributeError: 'list' object has no attribute 'keys'
The text was updated successfully, but these errors were encountered:
Currently the error message looks like this (ndt 1.0a31)
The text was updated successfully, but these errors were encountered: