lint: Rename --verbose to --verbose-timing.

This commit is contained in:
Aman Agrawal
2019-06-18 18:57:10 +05:30
committed by Tim Abbott
parent dcd46f1c11
commit 426a222b7e
3 changed files with 5 additions and 4 deletions

View File

@@ -80,7 +80,7 @@ def run():
logging.basicConfig(format="%(asctime)s %(message)s")
logger = logging.getLogger()
if args.verbose:
if args.verbose_timing:
logger.setLevel(logging.INFO)
else:
logger.setLevel(logging.WARNING)