mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-05-04 00:32:36 +00:00
chore: apply linting fixes to crewai-tools
This commit is contained in:
@@ -51,4 +51,4 @@ class WebPageLoader(BaseLoader):
|
||||
)
|
||||
|
||||
except Exception as e:
|
||||
raise ValueError(f"Error loading webpage {url}: {e!s}")
|
||||
raise ValueError(f"Error loading webpage {url}: {e!s}") from e
|
||||
|
||||
Reference in New Issue
Block a user