Closedown
This commit is contained in:
@@ -97,7 +97,7 @@ class Array10(DeviceBase, Readable, Cacheable, Readable.ReadableType):
|
||||
self.message_count=self.message_count+1
|
||||
self.devArray.set(self.data)
|
||||
if self.message_count % self.devMatrix.modulo == 0:
|
||||
#if self.shape: self.shape=(self.shape[1],self.shape[0]) #TODO: FIXME
|
||||
if self.shape: self.shape=(self.shape[1],self.shape[0]) #TODO: FIXME
|
||||
self.devMatrix.set(self.data, self.shape)
|
||||
continue
|
||||
except Exception as e:
|
||||
|
||||
Reference in New Issue
Block a user