From a8dc9231c6e53d83b7d404f19f674e2d44a6ee2d Mon Sep 17 00:00:00 2001 From: = Date: Thu, 24 Aug 2017 16:43:42 +0200 Subject: [PATCH] Typo2.. --- bin/Indexer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/Indexer.py b/bin/Indexer.py index cb0a6b9d..be4c899c 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('/n'+str(timestamp)) + f.write('\n'+str(timestamp)) #create new dir os.mkdir(indexpath) ix = create_in(indexpath, schema)