Changeset - bc0bd8ad8ba9
[Not reviewed]
default
0 1 0
drewp@bigasterisk.com - 14 years ago 2011-06-14 07:32:52
drewp@bigasterisk.com
bug in showUri method, which has apparently never been used
Ignore-this: d16f9d548f18f3a1ae9950160a6ba5c4
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
light9/showconfig.py
Show inline comments
 
@@ -43,7 +43,7 @@ def root():
 

	
 
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,
0 comments (0 inline, 0 general)