diff --git a/openpype/hosts/nuke/api/plugin.py b/openpype/hosts/nuke/api/plugin.py index 091ef81d0f..32cdaf9c86 100644 --- a/openpype/hosts/nuke/api/plugin.py +++ b/openpype/hosts/nuke/api/plugin.py @@ -60,9 +60,10 @@ class NukeCreator(NewCreator): # add info text info_knob = nuke.Text_Knob("OP_info", "") info_knob.setValue(""" -
This node is maintained by OpenPype Publisher.
-We recomand to remove it from the Publisher gui.
+To remove it use Publisher gui.
+ """) node.addKnob(info_knob) @@ -302,9 +303,8 @@ class NukeWriteCreator(NukeCreator): six.reraise( NukeCreatorError, NukeCreatorError("Creator error: {}".format(er)), - sys.exc_info()[2]) - - return instance + sys.exc_info()[2] + ) def apply_settings( self,