Opened 7 years ago

Closed 7 years ago

#18 closed defect (fixed)

Filename for M2 and M3 duplicated

Reported by: zhangjr Owned by: somebody
Priority: major Milestone:
Component: BL18auto 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


Subtickets

Change History (2)

comment:1 Changed 7 years ago by zhangjr

def getMonitorhisFiles(runNo, i):

if len(_filename)==34:

_fileDBname=_filename[0:16]+"M"+str(i)+"_"+_filename[16:]

else:

_fileDBname=_filename




def getMonitorevtFiles(runNo, i):

if len(_filename)==41:

_fileDBname=_filename[0:16]+"M"+str(i)+"_"+_filename[16:]

else:

_fileDBname=_filename

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.