Browse Source

improve index building comments

pull/231/head
Oliverpool 8 years ago
parent
commit
d49c4c0f76
  1. 4
      patacrep/build.py

4
patacrep/build.py

@ -307,8 +307,8 @@ class SongbookBuilder:
raise errors.LatexCompilationError(self.basename)
def build_sbx(self):
"""Make index"""
LOGGER.info("Building indexes…")
"""Make .sbx indexes from .sxd files"""
LOGGER.info("Building .sbx indexes…")
sxd_files = glob.glob("%s_*.sxd" % self.basename)
for sxd_file in sxd_files:
LOGGER.debug("Processing " + sxd_file)

Loading…
Cancel
Save