FIX: bug with fullname of headphones.exceptions, visible just for pyflakes...

This commit is contained in:
maxkoryukov
2016-03-20 16:48:56 +05:00
parent 0ac947099c
commit a25ebdccfb

View File

@@ -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