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