logging fpr disc-id improved
This commit is contained in:
parent
f38f34e9a5
commit
ceece81b6d
1
CDDB.py
1
CDDB.py
@ -140,4 +140,5 @@ def discid():
|
||||
try:
|
||||
return subprocess.check_output(discid_cmd).decode("utf-8").strip().replace(" ", "+")
|
||||
except subprocess.CalledProcessError as e:
|
||||
logger.error("disc-id command results in an exception")
|
||||
return None
|
||||
|
Loading…
x
Reference in New Issue
Block a user