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

branch
eric7
changeset 10373
093dcebe5ecb
parent 10069
435cc5875135
child 10403
ea3320d5e8e9
--- a/src/eric7/Plugins/VcsPlugins/vcsPySvn/subversion.py	Sun Dec 03 16:44:52 2023 +0100
+++ b/src/eric7/Plugins/VcsPlugins/vcsPySvn/subversion.py	Sun Dec 03 19:46:34 2023 +0100
@@ -1580,7 +1580,7 @@
                     allFiles = client.status(
                         dname, recurse=True, get_all=True, ignore=True, update=False
                     )
-                dirs = [x for x in names.keys() if os.path.isdir(x)]
+                dirs = [x for x in names if os.path.isdir(x)]
                 for file in allFiles:
                     name = os.path.normcase(file.path)
                     if self.__isVersioned(file):

eric ide

mercurial