Update index.py

pull/634/head
Mr Chen 5 months ago
parent e18ae543ee
commit f786be41e7
  1. 3
      plugins/gorse/index.py

@ -315,7 +315,8 @@ def installPreInspection():
if not mw.isAppleSystem(): if not mw.isAppleSystem():
glibc_ver = mw.getGlibcVersion() glibc_ver = mw.getGlibcVersion()
return glibc_ver if float(glibc_ver) < 2.32:
return '当前libc{}过低,需要大于2.31'.fomart(glibc_ver)
return 'ok' return 'ok'
if __name__ == "__main__": if __name__ == "__main__":

Loading…
Cancel
Save