Opened 7 years ago
Closed 7 years ago
#14 closed task (fixed)
split every step
Reported by: | zhangjr | Owned by: | somebody |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | component1 | Version: | |
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
if stat!=6:
print "begin: ", runNo, stat
if stat==-1:
self.setDb(runNo)
if stat==0:
success = transferNexusToPublic(runNo)
if success:
self.setDbStat(runNo, 1)
if stat==1:
success = writeNexusToIcat(runNo)
if success:
self.setDbStat(runNo, 2)
if stat==2:
success = transferRawToPublic(runNo)
if success:
self.setDbStat(runNo, 3)
if stat==3:
success = writeRawToIcat(runNo)
if success:
self.setDbStat(runNo, 4)
if stat==4:
success = transferNexusToPublic(runNo)
if success:
self.setDbStat(runNo, 5)
if stat==5:
success = transferRawToPublic(runNo)
if success:
self.setDbStat(runNo, 6)
print "end: ", runNo
if stat==6:
pass
Subtickets
Child Tickets
Change History (1)
comment:1 Changed 7 years ago by zhangjr
- Resolution set to fixed
- Status changed from new to closed