- Notifications
You must be signed in to change notification settings - Fork673
Closed
Description
Description of the problem, including code/CLI snippet
The method should return the content of a file in "str" type.
Expected Behavior
>> project.files.get(ref='master', file_path='some/path').decode()>> 'content in file'
Actual Behavior
>> project.files.get(ref='master', file_path='some/path').decode()>> b"content in file"
Specifications
- python-gitlab version: 2.6.0
- API version you are using (v3/v4): v4
- Gitlab server version (or gitlab.com): 13.6.1
Metadata
Metadata
Assignees
Labels
No labels