djmelik / archey

Archey is a system information tool written in Python.
http://github.com/djmelik/archey/blob/master/archey
Other
397 stars 120 forks source link

One line missing with Crunchbang Distro #32

Closed HorlogeSkynet closed 7 years ago

HorlogeSkynet commented 9 years ago

Traceback (most recent call last): File "/usr/bin/archey", line 304, in func() File "/usr/bin/archey", line 184, in distro_display output('OS', distro) UnboundLocalError: local variable 'distro' referenced before assignment

We have to add distro = 'CrunchBang %s %s' % (release, arch) manually at line 180.

HorlogeSkynet commented 7 years ago

CrunchBang should be handled now here 8ff46ed54ede3ec33c1a782b53763645394e4179