Replaced all plumbum.cmd.mkdir invocations that used GNU-style long-option forms for --mode and --parents with single-character flags (-m and -p). MacOS mkdir doesn’t support --mode or --parents in GNU-style long-option form. These work on GNU/Linux (Debian, Ubuntu, etc.), but macOS uses BSD-style utilities, where options are single-character flags like -p and -m (which also work on GNU/Linux). |
||
|---|---|---|
| .. | ||
| tools_click_odoo_contrib.py | ||
| tools_docker.py | ||
| tools_odoo_instance.py | ||
| tools_odoo_module.py | ||
| tools_odoo.py | ||
| tools_postgres.py | ||
| tools_system.py | ||