Temporary files fail to be removed on Windows
At exit tryton removes the temporary files that it creates. But on Windows the os.remove
may raise PermissionError
which should be catch.
This instance will be upgraded to Heptapod 17.7.0rc1 on 2025-01-23 between 18:00 and 19:00 UTC+2
All legacy (hg-git based) Projects will be automatically migrated to native starting with the upgrade of 2025-01-23
At exit tryton removes the temporary files that it creates. But on Windows the os.remove
may raise PermissionError
which should be catch.