src/eric7/Plugins/VcsPlugins/vcsPySvn/subversion.py

branch
eric7
changeset 9278
36448ca469c2
parent 9221
bf71ee032bb4
child 9413
80c06d472826
--- a/src/eric7/Plugins/VcsPlugins/vcsPySvn/subversion.py	Thu Jul 28 19:44:54 2022 +0200
+++ b/src/eric7/Plugins/VcsPlugins/vcsPySvn/subversion.py	Fri Jul 29 16:29:31 2022 +0200
@@ -993,7 +993,6 @@
                 log = "Moving {0} to {1}".format(name, target)
             else:
                 log = ""
-                target = target
             if not noDialog:
                 dlg = SvnDialog(
                     self.tr("Moving {0}").format(name),
@@ -1925,7 +1924,6 @@
                 log = "Copying {0} to {1}".format(name, target)
             else:
                 log = ""
-                target = target
             dlg = SvnDialog(
                 self.tr("Copying {0}").format(name),
                 "copy{0} {1} {2}".format(

eric ide

mercurial