mirror of
https://github.com/rembo10/headphones.git
synced 2026-05-16 00:25:31 +01:00
full name for headphones.exceptions.SofChrootError
This commit is contained in:
@@ -143,7 +143,7 @@ def initialize(config_file):
|
||||
SOFT_CHROOT = SoftChroot(str(CONFIG.SOFT_CHROOT))
|
||||
if SOFT_CHROOT.isEnabled():
|
||||
logger.info("Soft-chroot enabled for dir: %s", str(CONFIG.SOFT_CHROOT))
|
||||
except exceptions.SoftChrootError as e:
|
||||
except headphones.exceptions.SoftChrootError as e:
|
||||
logger.error("SoftChroot error: %s", e)
|
||||
raise e
|
||||
|
||||
|
||||
Reference in New Issue
Block a user