1
0
mirror of https://gitlab.crans.org/bde/nk20 synced 2025-06-21 18:08:21 +02:00

Revert changes on some comments

This commit is contained in:
Yohann D'ANELLO
2020-04-19 20:45:59 +02:00
parent 8113c5cd61
commit 69ac5cd291
6 changed files with 12 additions and 12 deletions

View File

@ -184,7 +184,7 @@ class InvoiceRenderView(LoginRequiredMixin, View):
except IOError as e:
raise e
finally:
# Delete all temporary forms
# Delete all temporary files
shutil.rmtree(tmp_dir)
return response