summaryrefslogtreecommitdiffstats
path: root/populatebigram.py
diff options
context:
space:
mode:
Diffstat (limited to 'populatebigram.py')
-rw-r--r--populatebigram.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/populatebigram.py b/populatebigram.py
index a71fe72..0ce6402 100644
--- a/populatebigram.py
+++ b/populatebigram.py
@@ -116,7 +116,7 @@ if __name__ == '__main__':
parser = ArgumentParser(description='Populate bi-gram.')
parser.add_argument('--indexdir', action='store', \
help='index directory', \
- default=os.path.join(config.getTextDir(), 'index'))
+ default=config.getTextIndexDir())
args = parser.parse_args()
print(args)