mirror of
https://github.com/krateng/maloja.git
synced 2023-08-10 21:12:55 +03:00
Server should now be ready for web-reachable deployment
This commit is contained in:
@ -107,7 +107,7 @@ def parseAllTSV(path,*args):
|
||||
result = []
|
||||
for f in os.listdir(path + "/"):
|
||||
|
||||
if (".tsv" in f):
|
||||
if (f.endswith(".tsv")):
|
||||
|
||||
result += parseTSV(path + "/" + f,*args)
|
||||
|
||||
|
Reference in New Issue
Block a user