syntax error
This commit is contained in:
committed by
Thomas Klaehn
parent
4d76bc4e88
commit
371108fd7e
@@ -46,7 +46,7 @@ class gate_guard:
|
||||
|
||||
def run(self):
|
||||
|
||||
if self.__gate_state() == "unknown":
|
||||
if self.__gate_state.get_state() == "unknown":
|
||||
self.handle_gate_state()
|
||||
|
||||
try:
|
||||
|
Reference in New Issue
Block a user