daca2: catch exception when generating daca2 report
This commit is contained in:
parent
a42177c2e5
commit
9aee165650
|
@ -119,4 +119,7 @@ for package in packages:
|
|||
# remove all files/folders except results.txt
|
||||
removeAllExceptResults()
|
||||
|
||||
try:
|
||||
generateDaca2Report(f.nlst(FTPPATH))
|
||||
except socket.error:
|
||||
pass
|
||||
|
|
Loading…
Reference in New Issue