More Travis

- Not sure what this is but I think this should fix it...
This commit is contained in:
Noam
2016-03-02 23:32:13 +02:00
parent a7f2329fee
commit 30a3421710

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