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
[FIX] hw_drivers: ensure lib directory before iterdir
We now also delete `lib/` directory before deleting/downloading new IoT handlers.
In community, this directory does not exist, resulting in Path error while trying to `iterdir()`
on it.
We now look for files recursively inside `iot_handlers/`, and provide the list to the updated
method `unlink_file` that now accepts multiple arguments to avoid excessively switching between rw/ro
filesystem modes.
closesodoo#193990
Signed-off-by: Yaroslav Soroko (yaso) <yaso@odoo.com>
0 commit comments