Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TextLoader now checks for presence of source file with clear error message #4665

Merged
merged 7 commits into from
Jan 29, 2020

Conversation

mstfbl
Copy link
Contributor

@mstfbl mstfbl commented Jan 16, 2020

Fixed #2461

TextLoader now checks whether the given file in path exists. If the file is missing, a clear exception stating that the file is missing is given, instead of stating that some field is missing some unknown attribute.

@mstfbl mstfbl requested a review from a team as a code owner January 16, 2020 19:15
@mstfbl mstfbl requested a review from yaeldekel January 21, 2020 10:21
Copy link

@yaeldekel yaeldekel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:shipit:

@mstfbl mstfbl requested a review from yaeldekel January 29, 2020 10:25
@mstfbl mstfbl merged commit 3ee581b into dotnet:master Jan 29, 2020
@ghost ghost locked as resolved and limited conversation to collaborators Mar 19, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

The method Read of TextLoader does not check for the presence of the file.
2 participants