fix(nk): didnt create backdrop string problem

This commit is contained in:
Jakub Jezek 2020-02-12 15:35:05 +01:00
parent e2d085c2fc
commit e6ba0dea08
No known key found for this signature in database
GPG key ID: C4B96E101D2A47F3

View file

@ -2,6 +2,7 @@ from avalon.nuke.pipeline import Creator
from avalon.nuke import lib as anlib
import nuke
class CreateBackdrop(Creator):
"""Add Publishable Backdrop"""
@ -35,8 +36,8 @@ class CreateBackdrop(Creator):
return instance
else:
msg = "Please select nodes you "
"wish to add to a container"
msg = str("Please select nodes you "
"wish to add to a container")
self.log.error(msg)
nuke.message(msg)
return