Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=827810

Nick <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #28 from Nick <[email protected]> ---
It's upstream bug because we use old python-paramiko.
But it can be fixed by this patch:

--- obnamlib/plugins/sftp_plugin.py    2012-12-17 02:42:08.000000000 +0400
+++ obnamlib/plugins/sftp_plugin.py    2013-02-17 09:58:02.267473954 +0400
@@ -151,6 +151,7 @@
             self._connect_paramiko()
         if self.create_path_if_missing:
             self._create_root_if_missing()
+        self.chdir(self.path)
         self._initial_dir = self.getcwd()
         self.chdir(self.path)

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=DRcLrbs3F9&a=cc_unsubscribe
_______________________________________________
package-review mailing list
[email protected]
https://admin.fedoraproject.org/mailman/listinfo/package-review

Reply via email to