update_folder raise TypeError
mbovo opened this issue · 0 comments
mbovo commented
Describe the bug
Method update_folder of folder class raises TypeError('not all arguments converted during string formatting')
To Reproduce
Steps to reproduce the behavior:
- Create an instance:
g = GrafanaFace(...)
- Run call g.folder.update_folder(uid, title)
- See
TypeError('not all arguments converted during string formatting')
Expected behavior
Method update_folder working as expected
Versions
- Grafana: any
grafana_api
: >= 0.7.3- Authentication: Basic