fix storage

This commit is contained in:
jxxghp
2024-11-23 12:29:34 +08:00
parent 0feecc3eca
commit 0a923bced9
6 changed files with 50 additions and 12 deletions
+3
View File
@@ -225,6 +225,9 @@ class U115Pan(StorageBase, metaclass=Singleton):
"""
if not self.client:
return None
folder = self.get_item(path)
if folder:
return folder
try:
result = self.client.fs.makedirs(path, exist_ok=True)
if result: