Message72321
Can you try this patch?
1. used "file -b" option to eliminate file path. Otherwide, re.split
won't work because file path will contain space like this. (I hope -b
option can be used anywhere "file" command exists)
a b/python.exe: MS-DOS executable PE for MS Windows (console) Intel
80386 32-bit
2. used subprocess module instead of popen. subprocess is useful when
argument contains space or quote like this issue. |
|
Date |
User |
Action |
Args |
2008-09-02 10:15:46 | ocean-city | set | recipients:
+ ocean-city, lemburg, jfdp |
2008-09-02 10:15:45 | ocean-city | set | messageid: <1220350545.93.0.389152250151.issue3719@psf.upfronthosting.co.za> |
2008-09-02 10:15:44 | ocean-city | link | issue3719 messages |
2008-09-02 10:15:44 | ocean-city | create | |
|