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
This line could leak file descriptors if there's an error anywhere below (before the call to close). Replace with with my_open(buf_or_str, 'r') as fdisc: ....
The text was updated successfully, but these errors were encountered:
In
io.py
load_delimited
andload_ragged_delimited
:This line could leak file descriptors if there's an error anywhere below (before the call to close). Replace with
with my_open(buf_or_str, 'r') as fdisc: ....
The text was updated successfully, but these errors were encountered: