From d8ea4a268cbff1900fee7aa8adf7ac11787eaa5d Mon Sep 17 00:00:00 2001 From: Marius Stanciu Date: Thu, 31 May 2018 01:19:11 +0300 Subject: [PATCH] - hopefully this will solve the conflict --- FlatCAMObj.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FlatCAMObj.py b/FlatCAMObj.py index d4d2dec0..2516a339 100644 --- a/FlatCAMObj.py +++ b/FlatCAMObj.py @@ -519,7 +519,7 @@ class FlatCAMGerber(FlatCAMObj, Gerber): elif type(geom) is Polygon: geom = Polygon(geom.exterior.coords[::-1], geom.interiors) else: - str("Unexpected Geometry") + raise str("Unexpected Geometry") return geom if combine: