forked from organicmaps/organicmaps
[python] Fixes.
This commit is contained in:
parent
414b8d3597
commit
3d07057a31
1 changed files with 1 additions and 1 deletions
|
@ -231,7 +231,7 @@ def stage_countries_txt(env):
|
|||
|
||||
@stage
|
||||
def stage_external_resources(env):
|
||||
resources = [os.path.join(file, env.user_resource_path)
|
||||
resources = [os.path.join(env.user_resource_path, file)
|
||||
for file in os.listdir(env.user_resource_path)
|
||||
if file.endswith(".ttf")]
|
||||
for ttf_file in resources:
|
||||
|
|
Loading…
Add table
Reference in a new issue