diff -r fb0ef164f536 -r 698ae46f40a4 eric6/Plugins/VcsPlugins/vcsGit/GitStatusMonitorThread.py --- a/eric6/Plugins/VcsPlugins/vcsGit/GitStatusMonitorThread.py Fri Apr 02 11:59:41 2021 +0200 +++ b/eric6/Plugins/VcsPlugins/vcsGit/GitStatusMonitorThread.py Sat May 01 14:27:20 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