mirror of
https://github.com/pyrogram/pyrogram
synced 2025-08-28 21:07:59 +00:00
Amendment to comment on fdopen usage in get_file
This commit is contained in:
parent
cd0e585d0d
commit
4c9e4df532
@ -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…
x
Reference in New Issue
Block a user