Only check archives with matching prefix.

This commit is contained in:
Nick Whyte
2018-03-04 17:17:39 +11:00
committed by Dan Helfman
parent 0112407250
commit c64d0100d5
8 changed files with 84 additions and 13 deletions

View File

@@ -12,4 +12,4 @@ def verbosity_to_log_level(verbosity):
return {
VERBOSITY_SOME: logging.INFO,
VERBOSITY_LOTS: logging.DEBUG,
}.get(verbosity, logging.ERROR)
}.get(verbosity, logging.WARNING)