Opened 7 years ago

Closed 7 years ago

#18 closed task (fixed)

Initialized when ERROR found

Reported by: zhangjr Owned by:
Priority: major Milestone: alpha
Version: 0.1 Keywords:
Cc: Blocked By:
Blocking: Parent ID:
Parent Tickets: Estimated Number of Hours: 0.0
Add Hours to Ticket: 0 Billable?: yes
Total Hours: 0

Description


Subtickets

Child Tickets

Change History (2)

comment:1 Changed 7 years ago by zhangjr

try:

_pvState = str(self.pvStatus.get())

if _pvState == 'ERROR':

self.seekCommand("mantid", "unconfigured")
self.seekCommand("pilot", "unconfigured")
self.verifyCommand(1, "INITIALIZED", "unconfigured")
logger.info('Initializing: %s OK' % "INITIALIZED")

except:

pass

comment:2 Changed 7 years ago by zhangjr

  • Resolution set to fixed
  • Status changed from new to closed
Note: See TracTickets for help on using tickets.