[buildcore] Fix type annotation error in pybb
This commit is contained in:
parent
c6c18c18d3
commit
cef415d34f
2
deps/buildcore/scripts/pybb.py
vendored
2
deps/buildcore/scripts/pybb.py
vendored
@ -31,7 +31,7 @@ def cat(paths: List[str]) -> int:
|
||||
return 0
|
||||
|
||||
|
||||
def mkdir(path: str) -> int:
|
||||
def mkdir(path: str):
|
||||
if not os.path.exists(path):
|
||||
os.mkdir(path)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user