tw is unused here
This commit is contained in:
parent
840eed28be
commit
e2068927f9
|
@ -170,5 +170,4 @@ class LogXML(object):
|
||||||
logfile.close()
|
logfile.close()
|
||||||
|
|
||||||
def pytest_terminal_summary(self, terminalreporter):
|
def pytest_terminal_summary(self, terminalreporter):
|
||||||
tw = terminalreporter._tw
|
terminalreporter.write_sep("-", "generated xml file: %s" % (self.logfile))
|
||||||
terminalreporter.write_sep("-", "generated xml file: %s" %(self.logfile))
|
|
||||||
|
|
Loading…
Reference in New Issue