indent correction

This commit is contained in:
clement.hector 2023-06-30 15:15:06 +02:00
parent 0033efe5b1
commit 13820bf99b

View file

@ -274,7 +274,7 @@ class MayaPlaceholderLoadPlugin(PlaceholderPlugin, PlaceholderLoadMixin):
roots = cmds.sets(container, q=True)
ref_node = None
try:
ref_node = get_reference_node(roots)
ref_node = get_reference_node(roots)
except AssertionError as e:
self.log.info(e.args[0])