Disable xmltodict.parse for File Contents/non-XML-responses?
Open
- Dominant language
- Python
- Stars
- 40
- Forks
- 44
- PR merge metrics
- No merged PRs in 30d
Description
`utils.py:29` is raising an ExpatError for correct content retrieved by fetchBeforeStateFile (of a Change).
```
File "[...]rtcclient\models.py", line 248, in fetchBeforeStateFile
return self._fetchFile(self.before, file_folder, override=False)
File "[...]rtcclient\models.py", line 298, in _fetchFile
headers=self.rtc_obj.headers)
File "[...]rtcclient\utils.py", line 44, in wrapper
raise ExpatError(excp)
xml.parsers.expat.ExpatError: syntax error: line 1, column 0
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.