From: Paul Brossier Date: Mon, 9 Dec 2013 17:13:03 +0000 (-0500) Subject: timeside/decoder/utils.py: improve error message X-Git-Tag: 0.5.2~8^2 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=bbc493b420c369e4fe553d59fe8914d182f34350;p=timeside.git timeside/decoder/utils.py: improve error message --- diff --git a/timeside/decoder/utils.py b/timeside/decoder/utils.py index 817bd9c..64146a5 100644 --- a/timeside/decoder/utils.py +++ b/timeside/decoder/utils.py @@ -102,7 +102,7 @@ def get_uri(source): return get_uri(uri) else: - raise IOError('File not found!') + raise IOError('Failed getting uri for path %s: not such file or directoy' % source) return uri