forked from organicmaps/organicmaps
[generator] Fixed recursion.
This commit is contained in:
parent
d07cd2dd15
commit
918f8e6964
1 changed files with 1 additions and 1 deletions
|
@ -152,7 +152,7 @@ class Env:
|
|||
@property
|
||||
def descriptions_path(self):
|
||||
path = os.path.join(self.intermediate_path, "descriptions")
|
||||
self._create_if_not_exist(self.descriptions_path)
|
||||
self._create_if_not_exist(path)
|
||||
return path
|
||||
|
||||
@property
|
||||
|
|
Loading…
Add table
Reference in a new issue