From 205b11c902490d81fb9b252274c712a7c1be1603 Mon Sep 17 00:00:00 2001 From: Benedikt Moneke <67148916+bmoneke@users.noreply.github.com> Date: Fri, 20 Jan 2023 12:46:38 +0100 Subject: [PATCH] Comma forgotten. --- picoscope/error_codes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/picoscope/error_codes.py b/picoscope/error_codes.py index 4c651d9..4610384 100644 --- a/picoscope/error_codes.py +++ b/picoscope/error_codes.py @@ -374,7 +374,7 @@ ("the driver is performing a capture requested by RunStreaming or " "RunBlock to interrupt this capture call Stop on the device first")], [0x2000001, "PICO_TRIGGER_TIME_NOT_REQUESTED", - "Requesting the TriggerTimeOffset, the trigger time has not been set."] + "Requesting the TriggerTimeOffset, the trigger time has not been set."], [0x1000000, "PICO_DEVICE_TIME_STAMP_RESET", ""], [0x10000000, "PICO_WATCHDOGTIMER", ""], [0x10000001, "PICO_IPP_NOT_FOUND", ""],