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