Fix formatting
This commit is contained in:
@@ -61,8 +61,6 @@ class WOStackMigrateController(CementBaseController):
|
|||||||
WOShellExec.cmd_exec(self, 'systemctl daemon-reload')
|
WOShellExec.cmd_exec(self, 'systemctl daemon-reload')
|
||||||
post_pref(self, WOVar.wo_mysql, [])
|
post_pref(self, WOVar.wo_mysql, [])
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@expose(hide=True)
|
@expose(hide=True)
|
||||||
def default(self):
|
def default(self):
|
||||||
pargs = self.app.pargs
|
pargs = self.app.pargs
|
||||||
|
|||||||
@@ -12,7 +12,6 @@ from wo.core.logging import Log
|
|||||||
from wo.core.shellexec import WOShellExec
|
from wo.core.shellexec import WOShellExec
|
||||||
from wo.core.variables import WOVar
|
from wo.core.variables import WOVar
|
||||||
from wo.core.services import WOService
|
from wo.core.services import WOService
|
||||||
from wo.core.mysql import WOMysql
|
|
||||||
|
|
||||||
|
|
||||||
class WOStackUpgradeController(CementBaseController):
|
class WOStackUpgradeController(CementBaseController):
|
||||||
|
|||||||
Reference in New Issue
Block a user