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
# The following two statements succeed
remote_dir = Directory('sftp://my.remote.host/tmp/', session=s)
remote_dir.is_file('test.txt') # returns True
# This fails
remote_dir.open('test.txt')
The text was updated successfully, but these errors were encountered:
From #519:
The text was updated successfully, but these errors were encountered: