- Notifications
You must be signed in to change notification settings - Fork673
Closed
Description
Description of the problem, including code/CLI snippet
gitlab event list
fails in v4/cli.py#l.38 withAttributeError: 'NoneType' object has no attribute 'lower'
.
Specifications
- python-gitlab version: 1.8.0
- API version you are using (v3/v4): na
- Gitlab server version (or gitlab.com): na
Cause
The error is caused by the EventManager class in objects.py, because one of_list_filters
is called "action". This name collides with the args attributeaction
, and one of them is probably overwritten. When renaming "action" in_list_filters
to something else,gitlab event list
continues further (and fails with another similar error).
Metadata
Metadata
Assignees
Labels
No labels