This commit is contained in:
shrlnm 2019-10-22 11:12:41 +03:00
parent e38ad3418c
commit f39a83466d

View File

@ -83,6 +83,8 @@ if __name__ == "__main__":
for vf in fgsessionfiles:
print "Processing file ", vf
try:
while len(vf) and vf[0] in ['.', '/', '\\']:
vf = vf[1:]
optf = optfile (vf)
except:
print "Skipping file ", vf