Explorar o código

Remove the dublicate declaration of the
`remote_port` variable

Signed-off-by: Mihaela Balutoiu <mbalutoiu@cloudbasesolutions.com>

Mihaela Balutoiu %!s(int64=2) %!d(string=hai) anos
pai
achega
2af562bd80
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      coriolis/providers/replicator.py

+ 0 - 1
coriolis/providers/replicator.py

@@ -129,7 +129,6 @@ class Client(object):
         it simply creates the object, without actually connecting.
         """
         remote_host = self._ssh_conn_info["hostname"]
-        remote_port = self._ssh_conn_info["port"]
         remote_user = self._ssh_conn_info["username"]
         local_host = "127.0.0.1"
         remote_port = self._ssh_conn_info.get("port", 22)