[gnome-ostree] supybot: Another copy/paste error
- From: Colin Walters <walters src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-ostree] supybot: Another copy/paste error
- Date: Thu, 28 Feb 2013 14:12:44 +0000 (UTC)
commit a05bfb02192df42dc8986922894b3d50ef7b8310
Author: Colin Walters <walters verbum org>
Date: Thu Feb 28 09:12:39 2013 -0500
supybot: Another copy/paste error
qa/supybot/GNOMEOSTree/plugin.py | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/qa/supybot/GNOMEOSTree/plugin.py b/qa/supybot/GNOMEOSTree/plugin.py
index b050ee8..60bee63 100644
--- a/qa/supybot/GNOMEOSTree/plugin.py
+++ b/qa/supybot/GNOMEOSTree/plugin.py
@@ -123,14 +123,14 @@ class GNOMEOSTree(callbacks.Plugin):
if (not status and version_unchanged):
return
- self._last_smoketest_version = version
+ self._last_smoketest_version = taskver
if (not status and not version_unchanged):
msg = "New smoketest"
else:
msg = "Current smoketest"
success = smoketest_meta['success']
success_str = success and 'successful' or 'failed'
- msg += " %s: %s. " % (version, success_str)
+ msg += " %s: %s. " % (taskver, success_str)
msg += self._workurl + "tasks/smoketest/%s/%s/output.txt" % (success_str, taskver)
if not success:
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]