bdd: Shorten InvalidLine exception output
This commit is contained in:
parent
266bc6e8d8
commit
5e91ad6c42
@ -285,7 +285,7 @@ class Process(QObject):
|
||||
# Exit the process to make sure we're in a defined state again
|
||||
self.terminate()
|
||||
self.clear_data()
|
||||
raise InvalidLine(self._invalid)
|
||||
raise InvalidLine
|
||||
|
||||
self.clear_data()
|
||||
if not self.is_running() and not self.exit_expected:
|
||||
|
Loading…
Reference in New Issue
Block a user