Skip to content

'filter' object has no attribute 'pop' #512

@mrreyes512

Description

@mrreyes512

In the export.py line 46

I'm getting the below error...

Traceback (most recent call last):
  File "export.py", line 84, in <module>
    main()
  File "export.py", line 56, in main
    view = views.pop()
AttributeError: 'filter' object has no attribute 'pop'

I'm calling it as illustrated below:

python export.py --csv --file export1.csv `report_ID`

Do i need to specify any further information?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions