EnterpriseyIntranet / nextcloud-API

NextCloud OCS API for Python
GNU General Public License v3.0
27 stars 27 forks source link

fixed typo in WebDAVResponse #62

Closed solarjoe closed 3 years ago

scrutinizer-notifier commented 3 years ago

The inspection completed: 1 new issues

luffah commented 3 years ago

Hi, i'm external to this project and have growing interest in order to connect Odoo with Nextcloud.

Clearly, this PR is hard to analyze for a code reviewer and need more details in description. Changing OCS to WEBDAV is not a simple typo fix. Can you add sources in your Pull Request description (official API, NextCloud code link...) ?

IMHO, providing an issue number (with #<issue_number) in the description with more detailed explanation (functionnal test) of the problem that solve this PR is really usefull for everybody.

Best regards.

solarjoe commented 3 years ago

The __repr__ of the class WebDAVResponse states the wrong type.

https://github.com/EnterpriseyIntranet/nextcloud-API/pull/62/commits/b68701725969434fb49e65712dd35c56f939f9b6#L17