Added another check to the FTP sync handler idle routine.

Fri, 28 Sep 2012 18:08:47 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Fri, 28 Sep 2012 18:08:47 +0200
changeset 2064
79cfe18963ae
parent 2063
2227d4cc905e
child 2065
aea3ddf97aca

Added another check to the FTP sync handler idle routine.

Helpviewer/Sync/FtpSyncHandler.py file | annotate | diff | comparison | revisions
--- a/Helpviewer/Sync/FtpSyncHandler.py	Mon Sep 24 20:23:18 2012 +0200
+++ b/Helpviewer/Sync/FtpSyncHandler.py	Fri Sep 28 18:08:47 2012 +0200
@@ -426,3 +426,5 @@
                 code, msg = err.args[0].split(None, 1)
                 if code.strip() == "421":
                     self.__connected = False
+            except IOError:
+                self.__connected = False

eric ide

mercurial