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

changed format_output(...) to remove unnecessary quotation marks #22

Closed irgendwie closed 10 years ago

irgendwie commented 10 years ago

Maybe a solution for #3 As I'm using "de_DE.UTF-8" locale:

% locale -ck decimal_point LC_NUMERIC decimal_point=","

So the problem is, that line 241 gives a comma with quotation marks, but the desired outcome is a comma without them - so I just strip them.

lclarkmichalek commented 10 years ago

Thanks for this, hope it fixes that bug

irgendwie commented 10 years ago

For german language it fixes the bug, but I'm not sure about other languages as I didn't test it - let's wait for responses!