[gnome-ostree] supybot: Drop redundant tasks/
- From: Colin Walters <walters src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-ostree] supybot: Drop redundant tasks/
- Date: Fri, 6 Sep 2013 20:33:59 +0000 (UTC)
commit 8a222beae3ac19ede675ee7d0007e5e2b05102d2
Author: Colin Walters <walters verbum org>
Date: Fri Sep 6 16:33:44 2013 -0400
supybot: Drop redundant tasks/
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 a84b9f6..1118523 100644
--- a/extras/supybot/GNOMEOSTree/plugin.py
+++ b/extras/supybot/GNOMEOSTree/plugin.py
@@ -113,7 +113,7 @@ class GNOMEOSTree(callbacks.Plugin):
msg = "gnostree:%s %s: %s in %.1f seconds. %s " \
% (taskname, taskver, success_str, millis / 1000.0, status_msg)
- msg += "%s/tasks/%s/output.txt" % (self._workurl, new_state['path'])
+ msg += "%s/%s/output.txt" % (self._workurl, new_state['path'])
if not success:
msg = ircutils.mircColor(msg, fg='red')
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]