AdyGCode / piview-old

Raspberry Pi System Information Package
Open Software License 3.0
0 stars 1 forks source link

Some of the try/except clauses are too generic. #25

Open shlecturer opened 3 years ago

shlecturer commented 3 years ago

Python recommends to not use try ... except: without explicitly mentioning a type of Exception. This can lead to hard-to-find problems down the line.