mirror of https://github.com/CIRCL/AIL-framework
Typo2..
parent
b2d4dd4a1f
commit
a8dc9231c6
|
@ -119,7 +119,7 @@ if __name__ == "__main__":
|
||||||
indexname = str(timestamp)
|
indexname = str(timestamp)
|
||||||
#update all_index
|
#update all_index
|
||||||
with open(indexRegister_path, "a") as f:
|
with open(indexRegister_path, "a") as f:
|
||||||
f.write('/n'+str(timestamp))
|
f.write('\n'+str(timestamp))
|
||||||
#create new dir
|
#create new dir
|
||||||
os.mkdir(indexpath)
|
os.mkdir(indexpath)
|
||||||
ix = create_in(indexpath, schema)
|
ix = create_in(indexpath, schema)
|
||||||
|
|
Loading…
Reference in New Issue