Bugfix: Some Pages are not Generated: (#1278)
Fix issue with some pages not being generated
This commit is contained in:
parent
bb96e12940
commit
272f0eb003
@ -71,8 +71,7 @@ def mkdir(path: str):
|
|||||||
Args:
|
Args:
|
||||||
path: The path to the directory.
|
path: The path to the directory.
|
||||||
"""
|
"""
|
||||||
if not os.path.exists(path):
|
os.makedirs(path, exist_ok=True)
|
||||||
os.makedirs(path)
|
|
||||||
|
|
||||||
|
|
||||||
def ln(src: str, dest: str, overwrite: bool = False) -> bool:
|
def ln(src: str, dest: str, overwrite: bool = False) -> bool:
|
||||||
|
Loading…
Reference in New Issue
Block a user