diff options
Diffstat (limited to 'main.py')
| -rw-r--r-- | main.py | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -215,6 +215,7 @@ def create_app(test_config=None): | |||
| 215 | ) | 215 | ) |
| 216 | try: | 216 | try: |
| 217 | cleaned_files_zip.write(complete_path) | 217 | cleaned_files_zip.write(complete_path) |
| 218 | os.remove(complete_path) | ||
| 218 | except ValueError: | 219 | except ValueError: |
| 219 | abort(400, message='Creating the archive failed') | 220 | abort(400, message='Creating the archive failed') |
| 220 | 221 | ||
