manuskript/manuskript/load_save
Jan Wester 33ac127173 Directory entries in ZIP break loading code
While tackling issue #529, I stumbled across the odd behaviour that
re-compressing the archive with 7-Zip broke what should be a valid
Manuskript project.

After investigation it turned out that the code that loads the texts
sensibly expects there to only be files tracked in the files dictionary.

It is completely valid for a zip file to contain entries describing the
contained directories. The logical fix is to simply avoid adding these
directory entries to our files dictionary in the first place.
2019-03-12 14:44:51 -06:00
..
__init__.py Working on a more flexible loading/saving system 2016-03-04 22:00:02 +01:00
version_0.py Directory entries in ZIP break loading code 2019-03-12 14:44:51 -06:00
version_1.py Fix typos in code comments, invisible to end-users. 2018-01-29 10:30:41 -07:00