Closedown
This commit is contained in:
+2
-2
@@ -10,7 +10,7 @@ class SimulatedEnergy(Writable):
|
||||
global energy
|
||||
energy = value
|
||||
|
||||
def close():
|
||||
def close(self):
|
||||
pass
|
||||
|
||||
|
||||
@@ -25,7 +25,7 @@ class SimulatedEnergyReadback(Readable):
|
||||
def get(self):
|
||||
return self.read()
|
||||
|
||||
def close():
|
||||
def close(self):
|
||||
pass
|
||||
|
||||
sim_energy = SimulatedEnergy()
|
||||
|
||||
Reference in New Issue
Block a user