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.
At exit tryton removes the temporary files that it creates. But on Windows the os.remove
may raise PermissionError
which should be catch.