disqus / python-phabricator

Python bindings for Phabricator
Apache License 2.0
159 stars 66 forks source link

AttributeError: 'list' object has no attribute 'keys' when calling response len() #12

Closed cburroughs closed 8 years ago

cburroughs commented 10 years ago

print len(audits)

File "/env/local/lib/python2.7/site-packages/phabricator/init.py", line 182, in len return len(self.response.keys()) AttributeError: 'list' object has no attribute 'keys'