changeset 619:bc0bd8ad8ba9

bug in showUri method, which has apparently never been used Ignore-this: d16f9d548f18f3a1ae9950160a6ba5c4
author drewp@bigasterisk.com
date Tue, 14 Jun 2011 07:32:52 +0000
parents 6ccb5460585f
children ef09899cd92c
files light9/showconfig.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/light9/showconfig.py	Tue Jun 14 07:32:40 2011 +0000
+++ b/light9/showconfig.py	Tue Jun 14 07:32:52 2011 +0000
@@ -43,7 +43,7 @@
 
 def showUri():
     """Return the show URI associated with $LIGHT9_SHOW."""
-    return URIRef(file(path.join(root(), 'URI').read().strip()))
+    return URIRef(file(path.join(root(), 'URI')).read().strip())
 
 def findMpdHome():
     """top of the music directory for the mpd on this system,