From: Lucas Meneghel Rodrigues <lmr@redhat.com>
To: autotest@test.kernel.org
Cc: kvm@vger.kernel.org
Subject: [PATCH 2/4] frontend.afe.models: Fixing undefined variable error
Date: Fri, 6 May 2011 19:24:12 -0300 [thread overview]
Message-ID: <1304720654-3724-2-git-send-email-lmr@redhat.com> (raw)
In-Reply-To: <1304720654-3724-1-git-send-email-lmr@redhat.com>
Signed-off-by: Lucas Meneghel Rodrigues <lmr@redhat.com>
---
frontend/afe/models.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/frontend/afe/models.py b/frontend/afe/models.py
index 33ffb8c..cfaa836 100644
--- a/frontend/afe/models.py
+++ b/frontend/afe/models.py
@@ -561,7 +561,7 @@ class TestParameter(dbmodels.Model):
unique_together = ('test', 'name')
def __unicode__(self):
- return u'%s (%s)' % (self.name, test.name)
+ return u'%s (%s)' % (self.name, self.test.name)
class Profiler(dbmodels.Model, model_logic.ModelExtensions):
--
1.7.5
next prev parent reply other threads:[~2011-05-06 22:24 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-05-06 22:24 [PATCH 1/4] frontend.shared.rest_client: Fix reference to an undefined variable Lucas Meneghel Rodrigues
2011-05-06 22:24 ` Lucas Meneghel Rodrigues [this message]
2011-05-06 22:24 ` [PATCH 3/4] frontend.afe.resources: Fixing undefined variable error Lucas Meneghel Rodrigues
2011-05-06 22:24 ` [PATCH 4/4] mirror.config-sample: " Lucas Meneghel Rodrigues
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1304720654-3724-2-git-send-email-lmr@redhat.com \
--to=lmr@redhat.com \
--cc=autotest@test.kernel.org \
--cc=kvm@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox