--- a/VCS/StatusMonitorThread.py Mon Jan 07 15:34:36 2013 +0100 +++ b/VCS/StatusMonitorThread.py Mon Jan 07 16:34:02 2013 +0100 @@ -81,11 +81,8 @@ "timeout", self.trUtf8("Timed out waiting for lock")) if self.autoUpdate and self.shouldUpdate: - try: - self.vcs.vcsUpdate(self.projectDir, True) - continue # check again - except TypeError: - pass # compatibility for older VCS plugins + self.vcs.vcsUpdate(self.projectDir, True) + continue # check again self.shouldUpdate = False # wait until interval has expired checking for a stop condition