Skip to content

Commit bce5b3b

Browse files
wallacbeKenadia
authored andcommitted
Fix indent for call to add_outcome_details (#712)
1 parent fb2694c commit bce5b3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openhtf/core/test_state.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ def finalize_from_phase_outcome(self, phase_execution_outcome):
304304
# openhtf.util.threads.ThreadTerminationError gets str'd directly.
305305
code = str(type(phase_execution_outcome.phase_result).__name__)
306306
description = str(phase_execution_outcome.phase_result)
307-
self.test_record.add_outcome_details(code, description)
307+
self.test_record.add_outcome_details(code, description)
308308
self._finalize(test_record.Outcome.ERROR)
309309
elif phase_execution_outcome.is_timeout:
310310
self.logger.error('Finishing test execution early due to phase '

0 commit comments

Comments
 (0)