--- a/eric6/Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py Tue Apr 13 17:49:05 2021 +0200 +++ b/eric6/Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py Tue Apr 13 18:02:59 2021 +0200 @@ -394,10 +394,8 @@ fpath = Utilities.normcasepath( os.path.join(self.dname, file.path)) - if fpath in changelistsDict: - changelist = changelistsDict[fpath] - else: - changelist = "" + changelist = (changelistsDict[fpath] + if fpath in changelistsDict else "") hidePropertyStatusColumn = ( hidePropertyStatusColumn and