Update index.py

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

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

Loading…
Cancel
Save