mirror of
https://github.com/rembo10/headphones.git
synced 2026-04-05 12:39:26 +01:00
FIX: bug with fullname of headphones.exceptions, visible just for pyflakes...
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