# HG changeset patch # User drewp@bigasterisk.com # Date 2011-06-14 07:32:52 # Node ID bc0bd8ad8ba9a4faadf3396746e4becf65d7178e # Parent 6ccb5460585faaeee56eaa3050e98239a3d4a083 bug in showUri method, which has apparently never been used Ignore-this: d16f9d548f18f3a1ae9950160a6ba5c4 diff --git a/light9/showconfig.py b/light9/showconfig.py --- a/light9/showconfig.py +++ b/light9/showconfig.py @@ -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,