- fixed minor issues

This commit is contained in:
Marius Stanciu
2019-08-25 21:19:03 +03:00
committed by Marius
parent d35343881f
commit eedfb56bf5
3 changed files with 6 additions and 5 deletions

View File

@@ -4640,9 +4640,9 @@ class Excellon(Geometry):
# now it can get bounds for nested lists of objects
log.debug("camlib.Excellon.bounds()")
# if self.solid_geometry is None:
# log.debug("solid_geometry is None")
# return 0, 0, 0, 0
if self.solid_geometry is None:
log.debug("solid_geometry is None")
return 0, 0, 0, 0
def bounds_rec(obj):
if type(obj) is list: