This commit is contained in:
shrlnm 2019-10-22 09:45:25 +03:00
parent 200344471e
commit 447d267918

View File

@ -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