You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2 - Don't keep PDF files that won't be linked to a document, if the second call, after the upload fail. We could technically have orphan sensitive documents
2 - Don't let the module choose path on the file system but use existing utils
2 - run post_update_action in a separate thread
3 - Adding missing tests to improve coverage
3 - Adding delete all team button
3 - Restricting file size
3 - Remove the two pdf python dependencies used only for this module
Error while creating pdf Traceback (most recent call last): File "/app/app/modules/raid/utils/utils_[raid.py](http://raid.py/)", line 142, in save_team_info file_path = pdf_writer.write_team(team) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/app/modules/raid/utils/pdf/pdf_[writer.py](http://writer.py/)", line 114, in write_team return self.add_pdf() ^^^^^^^^^^^^^^ File "/app/app/modules/raid/utils/pdf/pdf_[writer.py](http://writer.py/)", line 76, in add_pdf writer.write("data/raid/" + self.file_name) File "/usr/local/lib/python3.11/site-packages/pypdf/_[writer.py](http://writer.py/)", line 1274, in write stream = FileIO(stream, "wb") ^^^^^^^^^^^^^^^^^^^^ FileNotFoundError: [Errno 2] No such file or directory: data/raid/Équipe de xxxx.pdf
Since we want to publish as soon as possible, some things can be improved after, here is the list :
postupgradeactions
as a background taskget_drive_file_manager
dependencyThe text was updated successfully, but these errors were encountered: