[buildcore] Fix type annotation error in pybb
This commit is contained in:
		
							
								
								
									
										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) | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user