Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion openhtf/core/phase_executor.py
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ def _execute_phase_once(
# Refresh the result in case a validation for a partially set measurement
# or phase diagnoser raised an exception.
result = override_result or phase_state.result
self.logger.debug('Phase %s finished with result %s', phase_desc.name,
self.logger.debug('Phase %s finished with result %r', phase_desc.name,
result.phase_result)
return (result,
phase_thread.get_profile_stats() if run_with_profiling else None)
Expand Down