Update index.py

pull/634/head
Mr Chen 5 months ago
parent f786be41e7
commit 307135d495
  1. 2
      plugins/gorse/index.py

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

Loading…
Cancel
Save