Compare commits

...

2 Commits

Author SHA1 Message Date
dami b9b18b063c Update index.py 4 weeks ago
dami 753460c594 Update index.py 4 weeks ago
  1. 7
      plugins/mysql-community/index.py

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

Loading…
Cancel
Save