Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Logging cleanup
  • Loading branch information
Klaus Thoden committed Nov 22, 2018
1 parent ce29a6d commit 1b7310b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions fix_tei.py
Expand Up @@ -571,6 +571,13 @@ def main():
################ ################
# bibliography # # bibliography #
################ ################

if not args.bibtexparserlog:
logging.debug("Suppressing debug output of bibtexparser")
logging.getLogger("bibtexparser").propagate = False
else:
pass

# bibtexparser # bibtexparser
bibdata = parse_bibtex(args.bibfile) bibdata = parse_bibtex(args.bibfile)


Expand Down

0 comments on commit 1b7310b

Please sign in to comment.