From 6fe427e631747cb3ad8d5a9b32442e52262bef73 Mon Sep 17 00:00:00 2001 From: Roy Nieterau Date: Thu, 28 Sep 2017 14:28:14 +0200 Subject: [PATCH] Correct the docstring, it's not actually checking upstream in hierarchy. --- colorbleed/plugins/maya/publish/validate_camera_contents.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/colorbleed/plugins/maya/publish/validate_camera_contents.py b/colorbleed/plugins/maya/publish/validate_camera_contents.py index 47ed978296..09f5d5392b 100644 --- a/colorbleed/plugins/maya/publish/validate_camera_contents.py +++ b/colorbleed/plugins/maya/publish/validate_camera_contents.py @@ -9,8 +9,8 @@ class ValidateCameraContents(pyblish.api.InstancePlugin): A Camera instance may only hold a SINGLE camera's transform, nothing else. - It may hold a "locator" as shape, but different shapes are in the up- - and down + It may hold a "locator" as shape, but different shapes are down the + hierarchy. """