Closedown
This commit is contained in:
@@ -19,7 +19,7 @@ class Detector(DeviceBase):
|
||||
print pars
|
||||
print type(pars)
|
||||
self.p=pars
|
||||
if type(pars) == dict:
|
||||
if type(pars) == dict or isinstance(p, java.util.Map) :
|
||||
self.simulated_pars=pars
|
||||
|
||||
def doClose(self):
|
||||
|
||||
Reference in New Issue
Block a user