We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
../../.pyenv/versions/3.4.5/lib/python3.4/site-packages/ezodf/filemanager.py:48: in init self.manifest = Manifest(self.get_bytes('META-INF/manifest.xml')) ../../.pyenv/versions/3.4.5/lib/python3.4/site-packages/ezodf/filemanager.py:114: in get_bytes bytestream = self._open_bytestream() self = <ezodf.filemanager.FileManager object at 0x1114f1cf8> def _open_bytestream(self): return open(self.zipname, 'rb') E TypeError: invalid file: <FileStorage: 'tests/spreadsheet_files/open document spreadsheet.ods' ('application/vnd.oasis.opendocument.spreadsheet')>
../../.pyenv/versions/3.4.5/lib/python3.4/site-packages/ezodf/filemanager.py:48: in init self.manifest = Manifest(self.get_bytes('META-INF/manifest.xml')) ../../.pyenv/versions/3.4.5/lib/python3.4/site-packages/ezodf/filemanager.py:114: in get_bytes bytestream = self._open_bytestream()
self = <ezodf.filemanager.FileManager object at 0x1114f1cf8>
def _open_bytestream(self):
return open(self.zipname, 'rb')
E TypeError: invalid file: <FileStorage: 'tests/spreadsheet_files/open document spreadsheet.ods' ('application/vnd.oasis.opendocument.spreadsheet')>
reference: alphagov/notifications-admin#1426
The text was updated successfully, but these errors were encountered:
c7df743
🐛 fix the broken test by replacing a buggy depdency ezodf v0.3.2 with…
886fb2b
… pyexcerl-ezodf v0.3.2. More info can be found here: pyexcel/pyexcel-ezodf#1. The package name change reason can be found here: pyexcel/pyexcel-ezodf#2.
No branches or pull requests
reference: alphagov/notifications-admin#1426
The text was updated successfully, but these errors were encountered: