1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-01-11 16:00:57 +00:00

core: regenerate mocks

This commit is contained in:
Pavol Rusnak 2019-09-25 10:27:04 +00:00
parent dcff4ade01
commit ad76b5fb9f
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

View File

@ -75,7 +75,7 @@ class FatFS:
List a directory (return generator)
"""
def mkdir(self, path: str) -> None:
def mkdir(self, path: str, exist_ok: bool=False) -> None:
"""
Create a sub directory
"""