diff --git a/gui/tools/autorepl.py b/gui/tools/autorepl.py index aee89e270e8ac..687c6dc4f5b6c 100644 --- a/gui/tools/autorepl.py +++ b/gui/tools/autorepl.py @@ -272,8 +272,8 @@ def exit_if_running(pid): sshcmd = '%s -p %d %s' % (sshcmd, remote_port, remote) - remotefs_final = "%s%s%s" % (remotefs, localfs.partition('/')[1],localfs.partition('/')[2]) - + #remotefs_final = "%s%s%s" % (remotefs, localfs.partition('/')[1],localfs.partition('/')[2]) + remotefs_final = "%s" % (remotefs) # Examine local list of snapshots, then remote snapshots, and determine if there is any work to do. log.debug("Checking dataset %s" % (localfs))