Skip to content

[BUG] ERROR HANDLING IN load_dataset (line no. 22) #110

@PreetSharma-12

Description

@PreetSharma-12

The exit(1) call is generally not advisable in libraries or modules. Instead of raising an exception, I would like to allow the calling function to handle it.
I think it would be more effective for the project.
I have fixed the issue and attached a screenshot of before and after of the code.
Please assign me this issue @ombhojane Sir

Before :
Screenshot numpy2

After :
Screenshot numpy2 correct

Metadata

Metadata

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions