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