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 :

After :

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 :

After :
