[gnome-ostree] supybot: Fix copy/paste error
- From: Colin Walters <walters src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-ostree] supybot: Fix copy/paste error
- Date: Thu, 28 Feb 2013 14:10:57 +0000 (UTC)
commit 687ac54d0703192196e880fa13ca14b8ff1aac86
Author: Colin Walters <walters verbum org>
Date: Thu Feb 28 09:10:42 2013 -0500
supybot: Fix copy/paste error
qa/supybot/GNOMEOSTree/plugin.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/qa/supybot/GNOMEOSTree/plugin.py b/qa/supybot/GNOMEOSTree/plugin.py
index 7156b25..b050ee8 100644
--- a/qa/supybot/GNOMEOSTree/plugin.py
+++ b/qa/supybot/GNOMEOSTree/plugin.py
@@ -107,7 +107,7 @@ class GNOMEOSTree(callbacks.Plugin):
def _query_new_smoketest(self, status=False):
current_smoketest_path = os.path.join(self._workdir, 'tasks/smoketest/current')
- meta_path = os.path.join(current_build_path, 'meta.json')
+ meta_path = os.path.join(current_smoketest_path, 'meta.json')
if not os.path.exists(meta_path):
if status:
self._broadcast("No current smoketest completed")
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]