Open GoogleCodeExporter opened 9 years ago
The problem happens when opening file via FTP, all the file names are added a
time
before the real name in FTP window. as a result, file cannot be open since
wrong file
name points to non-existing file.
The FIX is:
add a ymdt format in the begining of the time parse re list fix it.see attached.
re.compile(r'(?P<ymdt>^\d{1,4}.*?\d{1,2}.*?\d{1,2}.*?\s*\d{1,2}:\d{1,2}\s+)')
Original comment by xu4wang@gmail.com
on 19 Dec 2009 at 4:40
Attachments:
Original issue reported on code.google.com by
xu4wang@gmail.com
on 19 Dec 2009 at 4:30