Skip to content

Commit

Permalink
chore: ruff format
Browse files Browse the repository at this point in the history
  • Loading branch information
hfudev committed May 7, 2024
1 parent 92a7823 commit 835fe17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pytest-embedded-idf/pytest_embedded_idf/unity_tester.py
Original file line number Diff line number Diff line change
Expand Up @@ -615,7 +615,7 @@ def run_case(self):
else:
# Keep waiting the signal
if _start_time + self.runtest_timeout < time.perf_counter():
raise TIMEOUT('Not receive signal %r' % wait_sig)
raise TIMEOUT(f'Not receive signal {wait_sig!r}')
continue

self.shared_message_query[self.dut_index].remove((sig_name, sig_data))
Expand Down

0 comments on commit 835fe17

Please sign in to comment.