mirror of
https://github.com/VinciGit00/Scrapegraph-ai.git
synced 2026-06-23 21:00:30 +08:00
Merge pull request #406 from dfeddad/fix/typo-in-warning-message
Fix a small typo in the warning message
This commit is contained in:
commit
cc4eeb9d07
@ -55,7 +55,7 @@ class BaseGraph:
|
||||
if nodes[0].node_name != entry_point.node_name:
|
||||
# raise a warning if the entry point is not the first node in the list
|
||||
warnings.warn(
|
||||
"Careful! The entry point node is different from the first node if the graph.")
|
||||
"Careful! The entry point node is different from the first node in the graph.")
|
||||
|
||||
# Burr configuration
|
||||
self.use_burr = use_burr
|
||||
|
||||
Loading…
Reference in New Issue
Block a user