daca2: catch EOFError exceptions
This commit is contained in:
parent
cb56db5f21
commit
a305698442
|
@ -145,3 +145,8 @@ try:
|
|||
generateDaca2Report(f.nlst(FTPPATH))
|
||||
except socket.error:
|
||||
pass
|
||||
except EOFError:
|
||||
pass
|
||||
|
||||
# remove all files/folders except results.txt
|
||||
removeAllExceptResults()
|
||||
|
|
Loading…
Reference in New Issue