From 6d8ac21796bb3fb0a43783814883911fded957af Mon Sep 17 00:00:00 2001 From: M1nd3r Date: Thu, 20 Feb 2025 11:53:49 +0100 Subject: [PATCH] fixup! fix(tests): port legacy device tests to trezorlib with sessions --- python/src/trezorlib/debuglink.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/python/src/trezorlib/debuglink.py b/python/src/trezorlib/debuglink.py index 07c5df03dc..24349a4fbc 100644 --- a/python/src/trezorlib/debuglink.py +++ b/python/src/trezorlib/debuglink.py @@ -1229,6 +1229,8 @@ class TrezorClientDebugLink(TrezorClient): self.transport, self.debug.allow_interactions ) new_client.debug.screenshot_recording_dir = self.debug.screenshot_recording_dir + new_client.debug.t1_screenshot_directory = self.debug.t1_screenshot_directory + new_client.debug.t1_screenshot_counter = self.debug.t1_screenshot_counter return new_client def reset_debug_features(self, new_seedless_session: bool = False) -> None: