mirror of
https://github.com/krateng/maloja.git
synced 2023-08-10 21:12:55 +03:00
Some fixing
This commit is contained in:
@ -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()
|
||||
|
||||
|
Reference in New Issue
Block a user