fix id_map using wrong path
This commit is contained in:
parent
815d54132f
commit
624462d443
|
@ -113,7 +113,7 @@ if not exists(config_path):
|
||||||
|
|
||||||
if exists(id_map_path):
|
if exists(id_map_path):
|
||||||
# read id_map
|
# read id_map
|
||||||
id_map = json.load(open(path + 'id_map.json'))
|
id_map = json.load(open(id_map_path))
|
||||||
else:
|
else:
|
||||||
id_map = {}
|
id_map = {}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue