Update index.py

pull/725/head
dami 4 weeks ago
parent e6f8e3e6e3
commit 753460c594
  1. 3
      plugins/mysql-community/index.py

@ -3486,10 +3486,11 @@ def installPreInspection(version):
def uninstallPreInspection(version): def uninstallPreInspection(version):
data_dir = getDataDir() data_dir = getDataDir()
if os.path.exists(data_dir): if os.path.exists(data_dir):
stop(version) stop(version)
else:
return 'ok'
if mw.isDebugMode(): if mw.isDebugMode():
return 'ok' return 'ok'

Loading…
Cancel
Save