diff --git a/src/controller/SysinfoController.py b/src/controller/SysinfoController.py index 1d5fb5a..9e01fa5 100644 --- a/src/controller/SysinfoController.py +++ b/src/controller/SysinfoController.py @@ -58,7 +58,7 @@ class SysinfoController(ObController): if self._model_store.config().map().get('debug'): python = sys.executable os.execl(python, python, *sys.argv) - elif am_i_in_docker: + elif am_i_in_docker(): python = sys.executable os.execl(python, python, *sys.argv) else: