Commit 4f883ca3 by Michael Roytman

Downgrade logger disablement level to WARNING so ERRORs are displayed

parent d1f24647
......@@ -331,7 +331,7 @@ if __name__ == '__main__':
logging.basicConfig()
if not args.verbose:
logging.disable(logging.ERROR)
logging.disable(logging.WARNING)
# set of modified files in the commit range
change_set = set()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment