diff --git a/openpype/hosts/maya/api/plugin.py b/openpype/hosts/maya/api/plugin.py index dc3f10d960..6e15b2bce3 100644 --- a/openpype/hosts/maya/api/plugin.py +++ b/openpype/hosts/maya/api/plugin.py @@ -147,7 +147,7 @@ class MayaCreatorBase(object): cache = dict() cache_legacy = dict() - for node in cmds.ls(type='objectSet'): + for node in cmds.ls(type="objectSet"): if _get_attr(node, attr="id") != "pyblish.avalon.instance": continue