##// END OF EJS Templates
Fixed whoosh index location bug
marcink -
r1411:90eebc0f beta
parent child Browse files
Show More
@@ -471,7 +471,7 def create_test_index(repo_location, con
471 471
472 472 repo_location = repo_location
473 473
474 index_location = os.path.join(config['app_conf']['index_dir'], 'index')
474 index_location = os.path.join(config['app_conf']['index_dir'])
475 475 if not os.path.exists(index_location):
476 476 os.makedirs(index_location)
477 477
General Comments 0
You need to be logged in to leave comments. Login now