You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 text was updated successfully, but these errors were encountered:
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 text was updated successfully, but these errors were encountered: