Skip to content

Commit

Permalink
Update error message when kedro-datasets is not installed or `DataS…
Browse files Browse the repository at this point in the history
…et` spelling is used (kedro-org#3952)

* Update error message when kedro-datasets is not installed

Signed-off-by: Ankita Katiyar <[email protected]>

* Release notes, update error hint

Signed-off-by: Ankita Katiyar <[email protected]>

* Skip test for python 3.8

Signed-off-by: Ankita Katiyar <[email protected]>

* Ignore test coverage

Signed-off-by: Ankita Katiyar <[email protected]>

---------

Signed-off-by: Ankita Katiyar <[email protected]>
Signed-off-by: Ankita Katiyar <[email protected]>
Signed-off-by: bpmeek <[email protected]>
  • Loading branch information
ankatiyar authored and bpmeek committed Jul 18, 2024
1 parent efa660f commit 57907b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kedro/io/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ def from_config(
except Exception as exc:
raise DatasetError(
f"An exception occurred when parsing config "
f"for dataset '{name}':\n{str(exc)}."
f"for dataset '{name}':\n{str(exc)}"
) from exc

try:
Expand Down

0 comments on commit 57907b6

Please sign in to comment.