Fixes #165.
This commit is contained in:
@@ -2175,7 +2175,7 @@ class App(QtCore.QObject):
|
|||||||
|
|
||||||
def exteriors(obj_name, *args):
|
def exteriors(obj_name, *args):
|
||||||
a, kwa = h(*args)
|
a, kwa = h(*args)
|
||||||
types = {}
|
types = {'outname': str}
|
||||||
|
|
||||||
for key in kwa:
|
for key in kwa:
|
||||||
if key not in types:
|
if key not in types:
|
||||||
|
|||||||
Reference in New Issue
Block a user