9q fix#5
This commit is contained in:
parent
200344471e
commit
447d267918
@ -67,6 +67,8 @@ if __name__ == "__main__":
|
|||||||
for vf in locationsfiles:
|
for vf in locationsfiles:
|
||||||
print "Processing file ", vf
|
print "Processing file ", vf
|
||||||
try:
|
try:
|
||||||
|
while len(vf) and vf[0] in ['.', '/', '\\']:
|
||||||
|
vf = vf[1:]
|
||||||
optf = optfile (vf)
|
optf = optfile (vf)
|
||||||
except:
|
except:
|
||||||
print "Skipping file ", vf
|
print "Skipping file ", vf
|
||||||
|
Loading…
x
Reference in New Issue
Block a user