diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2015-08-17 21:00:05 -0700 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2015-08-17 21:00:05 -0700 |
commit | 7a6e89bcbd75c495205ddf7520c044000c2e6a65 (patch) | |
tree | 02bacb31543d3fa5cea95534d41f70a451871463 | |
parent | dd9135b24174ba8b02e0982ce2f9026cd22bef21 (diff) |
Add TODO found while poking API from fabric v2
-rw-r--r-- | paramiko/sftp_client.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/paramiko/sftp_client.py b/paramiko/sftp_client.py index 89840eaa..6d48e692 100644 --- a/paramiko/sftp_client.py +++ b/paramiko/sftp_client.py @@ -589,6 +589,7 @@ class SFTPClient(BaseSFTP, ClosingContextManager): .. versionadded:: 1.4 """ + # TODO: make class initialize with self._cwd set to self.normalize('.') return self._cwd and u(self._cwd) def putfo(self, fl, remotepath, file_size=0, callback=None, confirm=True): |