-
Notifications
You must be signed in to change notification settings - Fork 436
'filter' object has no attribute 'pop' #512
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I had the same issue and found this on Stackoverflow. Are you using Python 3.x? If so, edit the code to be: views = filter(lambda x: x.id == args.resource_id, https://stackoverflow.com/questions/34820657/filter-object-has-no-attribute-pop |
Mine returns 'IndexError: pop from empty list', using python 3.6 corrected with list. |
Confirmed this is still a bug in the sample. There are 2 issues here:
|
The updated samples should cover this nicely. |
In the export.py line 46
I'm getting the below error...
I'm calling it as illustrated below:
python export.py --csv --file export1.csv `report_ID`
Do i need to specify any further information?
The text was updated successfully, but these errors were encountered: