Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Do not print logs twice when running wpt lint
  • Loading branch information
bmac committed Mar 22, 2018
1 parent 9dcebcb commit 9919d25
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/lint/lint.py
Expand Up @@ -33,6 +33,7 @@ def setup_logging(prefix=False):
logger = logging.getLogger(os.path.basename(os.path.splitext(__file__)[0]))
handler = logging.StreamHandler(sys.stdout)
logger.addHandler(handler)
logger.propagate = False
if prefix:
format = logging.BASIC_FORMAT
else:
Expand Down

0 comments on commit 9919d25

Please sign in to comment.