[gnome-ostree/wip/simple-cleanups: 18/19] supybot: Use the new path from the meta.json



commit ebe808af51b67e6aa536db98d50d4e6a54c22d86
Author: Jasper St. Pierre <jstpierre mecheye net>
Date:   Thu Jun 13 14:35:30 2013 -0400

    supybot: Use the new path from the meta.json

 extras/supybot/GNOMEOSTree/plugin.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/extras/supybot/GNOMEOSTree/plugin.py b/extras/supybot/GNOMEOSTree/plugin.py
index f1721fb..84fd9a8 100644
--- a/extras/supybot/GNOMEOSTree/plugin.py
+++ b/extras/supybot/GNOMEOSTree/plugin.py
@@ -91,7 +91,7 @@ class GNOMEOSTree(callbacks.Plugin):
             f.close()
             msg += status_msg + ' '
 
-        msg += "%s/tasks/%s/%s/%s/output.txt" % (self._workurl, taskname, success_str, taskver)
+        msg += "%s/tasks/%s/output.txt" % (self._workurl, meta['path'])
 
         if not success:
             msg = ircutils.mircColor(msg, fg='red')


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]