Plugins/VcsPlugins/vcsPySvn/subversion.py

changeset 6360
73033fa6a99c
parent 6048
82ad8ec9548c
child 6645
ad476851d7e0
--- a/Plugins/VcsPlugins/vcsPySvn/subversion.py	Wed Jun 20 18:45:07 2018 +0200
+++ b/Plugins/VcsPlugins/vcsPySvn/subversion.py	Wed Jun 20 18:48:44 2018 +0200
@@ -284,7 +284,7 @@
                     projectDir, os.path.join(tmpDir, project, 'trunk'))
             else:
                 shutil.copytree(projectDir, os.path.join(tmpDir, project))
-        except OSError as e:
+        except OSError:
             if os.path.isdir(tmpDir):
                 shutil.rmtree(tmpDir, True)
             return False, False

eric ide

mercurial