1
0
mirror of https://github.com/krateng/maloja.git synced 2023-08-10 21:12:55 +03:00

Some fixing

This commit is contained in:
Krateng
2018-11-30 16:01:32 +01:00
parent 19dc86d32a
commit 239e0bb729
3 changed files with 14 additions and 5 deletions

View File

@ -50,3 +50,9 @@ def parseAllTSV(path,*args):
return result
def createTSV(filename):
import os
if not os.path.exists(filename):
open(filename,"w").close()