diff -r e78be0616e6e -r 73033fa6a99c Plugins/VcsPlugins/vcsPySvn/subversion.py --- 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