lclarkmichalek / archey3

Simple python script to print the Archlinux logo with basic system information.
http://bluepeppers.github.com/archey3
Other
62 stars 27 forks source link

Fix overreported installed package count. #16

Closed cofinalsubnets closed 11 years ago

cofinalsubnets commented 11 years ago

Currently the 'Packages' statistic is one higher than it ought to be because of a trailing newline; compare it with pacman -Q | wc -l. This is a simple fix.

lclarkmichalek commented 11 years ago

tyvm