From b501e9164d8f6d1bd3ffa8c9c13391e40aea507b Mon Sep 17 00:00:00 2001 From: gac-x03da Date: Tue, 1 Feb 2022 17:45:43 +0100 Subject: [PATCH] Script execution --- script/test/20220201/MultiRegionScan.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/test/20220201/MultiRegionScan.py b/script/test/20220201/MultiRegionScan.py index 8d847db7..af1da942 100644 --- a/script/test/20220201/MultiRegionScan.py +++ b/script/test/20220201/MultiRegionScan.py @@ -252,7 +252,7 @@ class SimpleDeviceReader(Readable): the device must be set assigned to the device attribute. """ def read(self): - print("simple device read") + print("simple device read", source.read()) v = source.read() print(v) return v