From 4223f18fcb4dde9219a84d18f1621b5af2439634 Mon Sep 17 00:00:00 2001 From: hpk Date: Tue, 31 Mar 2009 19:58:37 +0200 Subject: [PATCH] [svn r63462] fix syntax error (ehem) --HG-- branch : trunk --- py/test/plugin/pytest_terminal.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/py/test/plugin/pytest_terminal.py b/py/test/plugin/pytest_terminal.py index 4705460e1..7f550467b 100644 --- a/py/test/plugin/pytest_terminal.py +++ b/py/test/plugin/pytest_terminal.py @@ -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: