--- a/eric6/Plugins/VcsPlugins/vcsGit/GitStatusMonitorThread.py Thu Apr 08 17:27:12 2021 +0200 +++ b/eric6/Plugins/VcsPlugins/vcsGit/GitStatusMonitorThread.py Thu Apr 08 18:27:47 2021 +0200 @@ -116,7 +116,7 @@ "{0} {1}".format(states[name], name)) except KeyError: self.statusList.append("{0} {1}".format(states[name], name)) - for name in self.reportedStates.keys(): + for name in self.reportedStates: if name not in states: self.statusList.append(" {0}".format(name)) self.reportedStates = states