mirror of
https://github.com/getbible/v2_builder.git
synced 2024-11-22 02:35:09 +00:00
Fixed double conf in path
This commit is contained in:
parent
b8aee8200f
commit
496260b5c9
@ -10,7 +10,7 @@ args = parser.parse_args()
|
||||
MAIN_PATH = args.output_path
|
||||
|
||||
# some helper dictionaries
|
||||
v1_translation_names = json.loads(open(args.conf_dir + "/conf/CrosswireModulesMap.json").read())
|
||||
v1_translation_names = json.loads(open(args.conf_dir + "/CrosswireModulesMap.json").read())
|
||||
# scripts directory
|
||||
CURRENT_DIR = os.path.dirname(os.path.realpath(__file__))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user