Show More
@@ -471,7 +471,7 b' def create_test_index(repo_location, con' | |||||
471 |
|
471 | |||
472 | repo_location = repo_location |
|
472 | repo_location = repo_location | |
473 |
|
473 | |||
474 |
index_location = os.path.join(config['app_conf']['index_dir'] |
|
474 | index_location = os.path.join(config['app_conf']['index_dir']) | |
475 | if not os.path.exists(index_location): |
|
475 | if not os.path.exists(index_location): | |
476 | os.makedirs(index_location) |
|
476 | os.makedirs(index_location) | |
477 |
|
477 |
General Comments 0
You need to be logged in to leave comments.
Login now