Merge branch 'fz-dev' into dev

This commit is contained in:
MX 2023-05-07 22:25:56 +03:00
commit 2b2be1789f
No known key found for this signature in database
GPG key ID: 7CCC66B7DBDD1C83

View file

@ -323,7 +323,7 @@ class FlipperStorage:
return False
raise FlipperStorageException.from_error_code(path, error_code)
return True
return response == b"Directory" or response.startswith(b"Storage")
def exist_file(self, path: str):
"""Does file exist on Flipper"""