Browse Source

Fixes #165.

Juan Pablo Caram 10 năm trước cách đây
mục cha
commit
eeedb19dc3
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      FlatCAMApp.py

+ 1 - 1
FlatCAMApp.py

@@ -2175,7 +2175,7 @@ class App(QtCore.QObject):
 
         def exteriors(obj_name, *args):
             a, kwa = h(*args)
-            types = {}
+            types = {'outname': str}
 
             for key in kwa:
                 if key not in types: