Skip to content

Commit

Permalink
Updated error message to point to specific catalog type
Browse files Browse the repository at this point in the history
Signed-off-by: Elena Khaustova <ymax70rus@gmail.com>
  • Loading branch information
ElenaKhaustova committed Sep 13, 2024
1 parent 3a1a0f2 commit cf663a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kedro/runner/runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ def run(

if unsatisfied:
raise ValueError(
f"Pipeline input(s) {unsatisfied} not found in the BaseDataCatalog"
f"Pipeline input(s) {unsatisfied} not found in the {catalog.__class__.__name__}"
)

# Identify MemoryDataset in the catalog
Expand Down

0 comments on commit cf663a0

Please sign in to comment.