pull/139/head
= 2017-08-24 16:43:05 +02:00
parent 74ff401e1d
commit b2d4dd4a1f
1 changed files with 1 additions and 1 deletions

View File

@ -119,7 +119,7 @@ if __name__ == "__main__":
indexname = str(timestamp)
#update all_index
with open(indexRegister_path, "a") as f:
f.write('/n'+str(timestamp)+)
f.write('/n'+str(timestamp))
#create new dir
os.mkdir(indexpath)
ix = create_in(indexpath, schema)