mirror of
https://github.com/nicolargo/glances.git
synced 2026-03-14 12:00:14 -04:00
Fix another bare except statement (forgot in the previous commit)
This commit is contained in:
@@ -28,7 +28,7 @@ import psutil
|
||||
cpuinfo_tag = False
|
||||
try:
|
||||
from cpuinfo import cpuinfo
|
||||
except:
|
||||
except ImportError:
|
||||
# Correct issue #754
|
||||
# Waiting for a correction on the upstream Cpuinfo lib
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user