]> git.parisson.com Git - timeside.git/commitdiff
timeside/decoder/utils.py: improve error message
authorPaul Brossier <piem@piem.org>
Mon, 9 Dec 2013 17:13:03 +0000 (12:13 -0500)
committerPaul Brossier <piem@piem.org>
Mon, 9 Dec 2013 17:13:03 +0000 (12:13 -0500)
timeside/decoder/utils.py

index 817bd9cc6f17c79331bdbdc4464e93f0251d0acc..64146a5945b107c27b862d4475ab1818f8c74a99 100644 (file)
@@ -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