[svn r63462] fix syntax error (ehem)

--HG--
branch : trunk
This commit is contained in:
hpk
2009-03-31 19:58:37 +02:00
parent 371a6b9de9
commit 4223f18fcb

View File

@@ -139,8 +139,6 @@ class TerminalReporter:
def pyevent_itemstart(self, item, node=None):
if self.config.option.debug:
info = item.repr_metainfo()
node
n
line = info.verboseline(basedir=self.curdir) + " "
extra = ""
if node: