mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2025-12-29 20:14:51 +00:00
Amendment to comment on fdopen usage in get_file
This commit is contained in:
parent
cd0e585d0d
commit
4c9e4df532
1 changed files with 2 additions and 2 deletions
|
|
@ -2299,8 +2299,8 @@ class Client:
|
|||
cdn_session.start()
|
||||
|
||||
try:
|
||||
# cant fdopen the closed file descriptor from above
|
||||
# which is closed due to the with statement in the branch just above
|
||||
# cant fdopen the closed file descriptor which could be closed due
|
||||
# to the with statement in the branch just above.
|
||||
# make a new temp file to write to
|
||||
|
||||
try:
|
||||
|
|
|
|||
Loading…
Reference in a new issue