slight fixes
git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@317 cd1c1023-2f26-0410-ae45-c471fc1f0318
This commit is contained in:
@@ -223,7 +223,7 @@ class handlerFTP:
|
||||
#return "226"
|
||||
try:
|
||||
rc = self.ftpconn.voidresp()
|
||||
except Timeout:
|
||||
except:
|
||||
mirrorLog.log(ETP_LOGPRI_INFO,ETP_LOGLEVEL_NORMAL,"handlerFTP.advancedStorBinary: timeout receiving voidresp(), reconnecting...")
|
||||
self.reconnectHost()
|
||||
return "226"
|
||||
|
||||
Reference in New Issue
Block a user