Skip to content

Instantly share code, notes, and snippets.

@hughsaunders
Created February 13, 2013 09:02
Show Gist options
  • Save hughsaunders/4943200 to your computer and use it in GitHub Desktop.
Save hughsaunders/4943200 to your computer and use it in GitHub Desktop.
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