We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1cae56 commit 8d0bd18Copy full SHA for 8d0bd18
1 file changed
pyrunner/core/engine.py
@@ -166,7 +166,7 @@ def initiate(self, **kwargs):
166
if self._on_destroy_func:
167
self._on_destroy_func()
168
169
- if not kwargs.get('silent') and not self.config['silent']:
+ if self.config['dump_logs'] or (not kwargs.get('silent') and not self.config['silent']):
170
self._print_final_state()
171
172
if not self.config['test_mode'] and self.save_state_func:
0 commit comments