This commit is contained in:
Juan Pablo Caram
2015-10-23 17:08:40 -04:00
parent 253167f6d5
commit eeedb19dc3

View File

@@ -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: