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
I know it's old, but I'm trying to use the tool to migrate to a new server!
$ sudo blueprint show my-first-blueprint
Traceback (most recent call last):
File "/usr/local//bin/blueprint-show", line 66, in <module>
b = blueprint.cli.read(options, args)
File "/usr/lib/python2.6/site-packages/blueprint/cli.py", line 70, in read
return blueprint.Blueprint.checkout(name)
File "/usr/lib/python2.6/site-packages/blueprint/__init__.py", line 61, in checkout
return cls(name, commit, **json.loads(content))
TypeError: __init__() keywords must be strings
$python --version
Python 2.6.2
$ git --version
git version 1.7.2.3
The text was updated successfully, but these errors were encountered:
I know it's old, but I'm trying to use the tool to migrate to a new server!
The text was updated successfully, but these errors were encountered: