From df34cb3625a53dc4cd5f592753281230c2addc04 Mon Sep 17 00:00:00 2001 From: Josef Skladanka Date: Mar 15 2012 08:34:20 +0000 Subject: Trivial fix --- diff --git a/tests/depcheck/depcheck.py b/tests/depcheck/depcheck.py index feb08f0..c176f45 100644 --- a/tests/depcheck/depcheck.py +++ b/tests/depcheck/depcheck.py @@ -350,7 +350,7 @@ class depcheck(AutoQATest): td.output.append(digest.digest[build['nvr']]['all']) except KeyError: msg = "Build %s is part of update '%s', but it was " \ - "added during the depcheck run" % (build['nvr'], update['title'])) + "added during the depcheck run" % (build['nvr'], update['title']) self.log(msg, stderr = True, highlight = True, details = td) td.update_result("ABORTED") self.problematic[build['nvr']] = msg