[svn r63462] fix syntax error (ehem)
--HG-- branch : trunk
This commit is contained in:
parent
371a6b9de9
commit
4223f18fcb
|
@ -139,8 +139,6 @@ class TerminalReporter:
|
||||||
def pyevent_itemstart(self, item, node=None):
|
def pyevent_itemstart(self, item, node=None):
|
||||||
if self.config.option.debug:
|
if self.config.option.debug:
|
||||||
info = item.repr_metainfo()
|
info = item.repr_metainfo()
|
||||||
node
|
|
||||||
n
|
|
||||||
line = info.verboseline(basedir=self.curdir) + " "
|
line = info.verboseline(basedir=self.curdir) + " "
|
||||||
extra = ""
|
extra = ""
|
||||||
if node:
|
if node:
|
||||||
|
|
Loading…
Reference in New Issue