VCS/StatusMonitorThread.py

changeset 2318
3a3ee7cc2ad6
parent 2302
f29e9405c851
child 2525
8b507a9a2d40
child 2965
d133c7edd88a
--- 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

eric ide

mercurial