Whenever we call open function or close function, then two arguements output and thow_error were there.
So when output is False, then nothing should have to be printed, but when set throw_error as True, then error won't arise. Why does error matters with output?
Both have different logic and both should be seperated.
So please seperate these two logics.
Whenever we call open function or close function, then two arguements output and thow_error were there.
So when output is False, then nothing should have to be printed, but when set throw_error as True, then error won't arise. Why does error matters with output?
Both have different logic and both should be seperated.
So please seperate these two logics.