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

Replaced raising StopIteration by return. #45

Closed conqp closed 6 years ago

conqp commented 6 years ago

Fixes PEP 479 for Python 3.7.

lclarkmichalek commented 6 years ago

Thanks for the fix, I ended up merging https://github.com/lclarkmichalek/archey3/pull/46 instead :)