mirror of https://github.com/CGAL/cgal
Filter "incomplete" so it is not considered as a package
This commit is contained in:
parent
5b03adfbb7
commit
6b9e918cc1
|
|
@ -49,7 +49,11 @@ with open(report_file, "rt") as test_report:
|
|||
name="libCGALimageIO_shared"
|
||||
elif name == "libCGAL_Qt5":
|
||||
name="libCGALQt5_shared"
|
||||
|
||||
if name=="incomplete":
|
||||
is_writing=False
|
||||
is_ignored=False
|
||||
continue
|
||||
else:
|
||||
if not os.path.isdir(name):
|
||||
is_ignored=True
|
||||
os.mkdir(name)
|
||||
|
|
|
|||
Loading…
Reference in New Issue