mirror of
https://github.com/arc53/DocsGPT.git
synced 2025-11-29 16:43:16 +00:00
(lint) ruff fix
This commit is contained in:
@@ -136,5 +136,5 @@ class LocalStorage(BaseStorage):
|
||||
try:
|
||||
shutil.rmtree(full_path)
|
||||
return True
|
||||
except (OSError, PermissionError) as e:
|
||||
except (OSError, PermissionError):
|
||||
return False
|
||||
|
||||
Reference in New Issue
Block a user