]> Savannah Git Hosting - gnulib.git/commitdiff
pygnulib.py: fix verbosity level check for notices
authorDmitry Selyutin <ghostmansd@gmail.com>
Tue, 3 Oct 2017 17:59:41 +0000 (20:59 +0300)
committerDmitry Selyutin <ghostmansd@gmail.com>
Thu, 5 Oct 2017 07:03:21 +0000 (10:03 +0300)
pygnulib.py

index 0a6a9f84531c05278ea08b59cccccc8ca95c60c7..b58260a9b94596cb47b0d9d6caee14f84059e387 100755 (executable)
@@ -113,7 +113,7 @@ def import_hook(script, gnulib, namespace, verbosity, options, *args, **kwargs):
         return os.EX_DATAERR
 
     # Show banner notice of every module.
-    if verbosity >= 1:
+    if verbosity >= -1:
         for module in sorted(main):
             name = module.name
             notice = module.notice