Typo fix in ObjectCollection.py

This commit is contained in:
Juan Pablo Caram
2014-05-05 10:15:57 -04:00
parent 268421c4d0
commit 74a1331a7a
3 changed files with 70 additions and 11 deletions

View File

@@ -195,7 +195,7 @@ class ObjectCollection:
xmax = max([xmax, gxmax])
ymax = max([ymax, gymax])
except:
FlatCAMApp.App.log.waring("DEV WARNING: Tried to get bounds of empty geometry.")
FlatCAMApp.App.log.warning("DEV WARNING: Tried to get bounds of empty geometry.")
iterat = self.store.iter_next(iterat)
return [xmin, ymin, xmax, ymax]