From 3e22683eed7a9f2634a0748a57ac6f3e1f8c8472 Mon Sep 17 00:00:00 2001 From: aardschok Date: Fri, 4 Aug 2017 13:58:37 +0200 Subject: [PATCH] cosmetics --- colorbleed/plugins/publish/integrate.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/colorbleed/plugins/publish/integrate.py b/colorbleed/plugins/publish/integrate.py index 9a1c81df68..07038cdb1b 100644 --- a/colorbleed/plugins/publish/integrate.py +++ b/colorbleed/plugins/publish/integrate.py @@ -21,7 +21,7 @@ class IntegrateAsset(pyblish.api.InstancePlugin): publish the shading network. Same goes for file dependent assets. """ - label = "Intergrate Asset" + label = "Integrate Asset" order = pyblish.api.IntegratorOrder families = ["colorbleed.model", "colorbleed.rig", @@ -37,7 +37,7 @@ class IntegrateAsset(pyblish.api.InstancePlugin): self.log.info("Integrating Asset in to the database ...") self.register(instance) - self.intergrate(instance) + self.integrate(instance) self.log.info("Removing temporary files and folders ...") stagingdir = instance.data["stagingDir"] @@ -194,7 +194,7 @@ class IntegrateAsset(pyblish.api.InstancePlugin): return representations - def intergrate(self, instance): + def integrate(self, instance): """Register the representations and move the files Through the stored `representations` and `transfers`