Skip to content

Commit

Permalink
indexdigest/cli/__init__.py: no need to cover logging setup code
Browse files Browse the repository at this point in the history
  • Loading branch information
macbre committed Jun 11, 2021
1 parent 1cd9289 commit 367caa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion indexdigest/cli/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

from os import getenv

if getenv('DEBUG') == '1':
if getenv('DEBUG') == '1': # pragma: no cover
logging.basicConfig(
level=logging.DEBUG,
format='%(asctime)s %(name)-35s %(levelname)-8s %(message)s',
Expand Down

0 comments on commit 367caa8

Please sign in to comment.