From f39a83466d58a83069fab51056e8160d0d1191cb Mon Sep 17 00:00:00 2001 From: shrlnm Date: Tue, 22 Oct 2019 11:12:41 +0300 Subject: [PATCH] 9q fix#7 --- pyren/convert_db.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pyren/convert_db.py b/pyren/convert_db.py index 6504955..dec482e 100755 --- a/pyren/convert_db.py +++ b/pyren/convert_db.py @@ -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