From 5ee448f802362c0b6b1912b00ffa58ccadc88d8b Mon Sep 17 00:00:00 2001 From: VirtuBox Date: Sat, 31 Aug 2019 00:59:11 +0200 Subject: [PATCH] Fix display message --- wo/cli/plugins/stack_upgrade.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/wo/cli/plugins/stack_upgrade.py b/wo/cli/plugins/stack_upgrade.py index 33a2f9b..3809d6f 100644 --- a/wo/cli/plugins/stack_upgrade.py +++ b/wo/cli/plugins/stack_upgrade.py @@ -57,12 +57,13 @@ class WOStackUpgradeController(CementBaseController): ] @expose(hide=True) - def default(self): + def default(self, disp_msg=False): # All package update apt_packages = [] packages = [] nginx_packages = [] empty_packages = [] + self.msg = [] pargs = self.app.pargs if ((not pargs.web) and (not pargs.nginx) and