Commit 94afe6d9 by lichenggang

bug

parent 94698314
Showing with 2 additions and 2 deletions
......@@ -8,6 +8,6 @@ model_config = {}
project_path = os.path.abspath(os.path.dirname(__file__))
if ENVIRONMENT == 'test':
model_config['modextr_path'] = project_path + '\\' + 'models_and_extractors\\'
model_config['modextr_path'] = project_path + r'/' + 'models_and_extractors/'
else:
model_config['modextr_path'] = project_path + '\\' + 'models_and_extractors\\'
model_config['modextr_path'] = project_path + r'/' + 'models_and_extractors/'
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment