]> scripts.mit.edu Git - wizard.git/blobdiff - bin/install-statistics
Add some more docs, minor updates.
[wizard.git] / bin / install-statistics
index 62f47d829f4d5e10d453ffd92afe590fb7db8ed5..cf78c5646c179c233560d3fbd4640d78192112d2 100755 (executable)
@@ -139,7 +139,7 @@ optionally pass application parameters to filter the installs."""
     errors = 0
     unrecognized = 0
     processed = 0
-    hanging = False
+    hanging = False # whether or not we last outputted a newline
     if not options.quiet: print "Processing",
     for line in fi:
         processed += 1
@@ -159,7 +159,7 @@ optionally pass application parameters to filter the installs."""
         deploy.count()
         if options.count_exists:
             r = deploy.count_exists(options.count_exists)
-            if r:
+            if r and options.verbose:
                 if hanging:
                     hanging = False
                     print