bdd: Print ignored lines in testprocess.
This commit is contained in:
parent
6b4dbad15b
commit
dc3bfb5eb4
@ -136,7 +136,9 @@ class Process(QObject):
|
|||||||
print("INVALID: {}".format(line))
|
print("INVALID: {}".format(line))
|
||||||
continue
|
continue
|
||||||
|
|
||||||
if parsed is not None:
|
if parsed is None:
|
||||||
|
print("IGNORED: {}".format(line))
|
||||||
|
else:
|
||||||
self._data.append(parsed)
|
self._data.append(parsed)
|
||||||
self.new_data.emit(parsed)
|
self.new_data.emit(parsed)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user