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
[citc@mgmt ~]$ finish
Traceback (most recent call last):
File "/usr/local/bin/update_config", line 89, in <module>
node_config = "\n".join(get_node_configs(get_limits(), get_shapes(), get_mgmt_info(), get_nodespace()))
File "/usr/local/bin/update_config", line 67, in get_node_configs
for shape, shape_counts in limits.items():
AttributeError: 'str' object has no attribute 'items'
That's a pretty complicated way of saying "please add a space after the ':'" :)
The text was updated successfully, but these errors were encountered:
We've had issues like this before and started a fix at #39 but it never got tested and merged. I think it's useful to improve the error reporting here as you say :)
That's a pretty complicated way of saying "please add a space after the ':'" :)
The text was updated successfully, but these errors were encountered: