diff --git a/bin/Indexer.py b/bin/Indexer.py index 29990bfd..96c071f5 100755 --- a/bin/Indexer.py +++ b/bin/Indexer.py @@ -119,7 +119,7 @@ if __name__ == "__main__": indexname = str(timestamp) #update all_index with open(indexRegister_path, "a") as f: - f.write(str(timestamp)) + f.write('/n'+str(timestamp)+) #create new dir os.mkdir(indexpath) ix = create_in(indexpath, schema)