Skip to content

Commit

Permalink
fix: 继续修复字段错误
Browse files Browse the repository at this point in the history
  • Loading branch information
amtoaer committed Dec 1, 2023
1 parent f174a3b commit ec91cbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ async def aexists(path: Path) -> bool:


async def amakedirs(path: Path, exist_ok=False) -> None:
await makedirs(path, parents=True, exist_ok=exist_ok)
await makedirs(path, exist_ok=exist_ok)


def aopen(
Expand Down

0 comments on commit ec91cbf

Please sign in to comment.