[postprocessor:zip] defer zip file creation (fixes #968)

don't try to create zip files on postprocessor construction,
wait until directory creation during file download,
This commit is contained in:
Mike Fährmann
2020-08-31 21:53:18 +02:00
parent 33fe67b594
commit fd0685d9b5
4 changed files with 25 additions and 20 deletions

View File

@@ -6,4 +6,4 @@
# it under the terms of the GNU General Public License version 2 as
# published by the Free Software Foundation.
__version__ = "1.14.5"
__version__ = "1.15.0-dev"