Skip to content

Commit b763b8c

Browse files
committed
Disable pipe for run to get the actual error code to return
1 parent f562a2d commit b763b8c

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

src/doblib/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = "0.20.8"
1+
VERSION = "0.20.9"

src/doblib/run.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,4 +89,5 @@ def start(self, args=None):
8989
"-c",
9090
base.ODOO_CONFIG,
9191
cwd=path,
92+
pipe=False,
9293
)

0 commit comments

Comments
 (0)