From 4c9e4df53291876ece62610401c7a94dbdd343b9 Mon Sep 17 00:00:00 2001 From: Eric Blundell Date: Tue, 20 Mar 2018 16:18:32 -0500 Subject: [PATCH] Amendment to comment on fdopen usage in get_file --- pyrogram/client/client.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyrogram/client/client.py b/pyrogram/client/client.py index b29792d6..b63d0b4f 100644 --- a/pyrogram/client/client.py +++ b/pyrogram/client/client.py @@ -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: