feat: allow pass parameters to load_uri_to*#556
Conversation
Codecov Report
@@ Coverage Diff @@
## main #556 +/- ##
==========================================
- Coverage 86.41% 86.39% -0.02%
==========================================
Files 142 134 -8
Lines 7139 6718 -421
==========================================
- Hits 6169 5804 -365
+ Misses 970 914 -56
Flags with carried forward coverage won't be shown. Click here to find out more.
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
24d86cc to
adb3ce1
Compare
There was a problem hiding this comment.
This looks good. Thanks for the quick turn around! Do you think a try/exception statement would help with error handling? I.e. #549
Hey @TEChopra1000, This should not affect, since the Exceptions should be directly raised. |
|
What if someone want to change a parameters from another function that is called inside this one ? In this pr we only assume that user would only want to change |
Do you suggest simply to add timeout to |
Goals:
Capture properly Exceptions from
load_to_uri*methods and allow to pass extra keyword arguments astimeout