Various bug fixes

This commit is contained in:
Markus Lampert
2017-10-08 22:39:02 -07:00
parent 47b1360856
commit cccf014f06
3 changed files with 20 additions and 17 deletions

View File

@@ -53,7 +53,7 @@ def _getProperty(obj, prop):
attr = getattr(o, name)
if o == attr:
PathLog.warning(translate('PathGui', "%s has no property %s (%s))") % (obj.Label, prop))
PathLog.warning(translate('PathGui', "%s has no property %s (%s))") % (obj.Label, prop, name))
return (None, None, None)
#PathLog.debug("found property %s of %s (%s: %s)" % (prop, obj.Label, name, attr))