# re-generate regression dump database from scratch since it seems that ~200 of the files were totally deprecated. This gives me 99.4% reproducible results with Blender.bob still failing.
git-svn-id: https://assimp.svn.sourceforge.net/svnroot/assimp/trunk@969 67173fc5-114c-0410-ac8e-9d2fd5bffc1f
This commit is contained in:
Binary file not shown.
@@ -132,7 +132,7 @@ def extract_zip():
|
||||
try:
|
||||
zipout = zipfile.ZipFile(settings.database_name + ".zip", "r", 0)
|
||||
zipout.extractall(path=settings.database_name)
|
||||
except RuntimeError as r:
|
||||
except (RuntimeError,IOError) as r:
|
||||
print(r)
|
||||
print("failed to extract previous ZIP contents. "\
|
||||
"DB is generated from scratch.")
|
||||
|
||||
Reference in New Issue
Block a user