Beispiel #1
0
 def checks_out():
     projdir_correct = (
         self.directory == connection.get_hwcode_projdir(hwcode))
     active = redis_utils.hwcode_A_active(hwcode)
     return projdir_correct and active
Beispiel #2
0
 def checks_out():
     projdir_correct = (self.directory == connection.get_hwcode_projdir(hwcode))
     active = redis_utils.hwcode_A_active(hwcode)
     return projdir_correct and active
 def is_monitor_alive(self):
     return redis_utils.hwcode_A_active(self.hwcode)
Beispiel #4
0
 def is_monitor_alive(self):
     return redis_utils.hwcode_A_active(self.hwcode)