Created
February 13, 2013 09:02
-
-
Save hughsaunders/4943200 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
hugh3869@hughsaunders:~/git/roush-client/roushclient$ python shell.py node list | |
Traceback (most recent call last): | |
File "shell.py", line 10, in <module> | |
class RoushShell(): | |
File "shell.py", line 11, in RoushShell | |
endpoint = RoushEndpoint(None) | |
File "/home/hugh3869/git/roush-client/roushclient/client.py", line 511, in __init__ | |
self.master_schema = r.json['schema'] | |
TypeError: 'instancemethod' object has no attribute '__getitem__' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment