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
Catching Exception might hide unexpected exceptions (e.g., due to new code that will be added).
The function ftp calls ftplib.FTP's quit (in line 40).
The specific ftplib.all_errors can be used instead.
See
https://docs.python.org/3/library/ftplib.html
0 commit comments