[FIX] todo.py check using cmd_source_default before crash
This commit is contained in:
parent
326208c9fd
commit
e2d9163f8a
1 changed files with 1 additions and 1 deletions
|
|
@ -856,7 +856,7 @@ class TODO:
|
||||||
commande = (
|
commande = (
|
||||||
f"source ./.venv.{source_odoo}/bin/activate && {commande}"
|
f"source ./.venv.{source_odoo}/bin/activate && {commande}"
|
||||||
)
|
)
|
||||||
elif new_window:
|
elif new_window and self.cmd_source_default:
|
||||||
commande = self.cmd_source_default % commande
|
commande = self.cmd_source_default % commande
|
||||||
|
|
||||||
print("🏠 ⬇ Execute command :")
|
print("🏠 ⬇ Execute command :")
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue