Update index.py

pull/109/head
midoks 4 years ago
parent 189d545525
commit 8295ad0e0f
  1. 2
      plugins/sphinx/index.py

@ -304,7 +304,7 @@ def sphinxConfParse():
cmd_index = []
cmd_delta = []
for x in range(indexlen):
if string.find(sindex[x], ':') != -1:
if sindex[x].find(':') != -1:
cmd_delta.append(sindex[x])
else:
cmd_index.append(sindex[x])

Loading…
Cancel
Save