mirror of
https://github.com/langgenius/dify.git
synced 2026-05-13 08:57:28 +08:00
- Implemented the `exists` method in `SandboxFileSource` and its subclasses to verify the availability of sandbox sources. - Updated `SandboxFileService` to utilize the new `exists` method for improved error handling when listing files and downloading files. - Removed the previous check for storage existence in `archive_source.py` and replaced it with the new method. |
||
|---|---|---|
| .. | ||
| bash | ||
| entities | ||
| initializer | ||
| inspector | ||
| services | ||
| storage | ||
| utils | ||
| __init__.py | ||
| builder.py | ||
| manager.py | ||
| sandbox.py | ||