diff --git a/colorbleed/plugins/maya/publish/collect_current_file.py b/colorbleed/plugins/maya/publish/collect_current_file.py index 305116fb2d..537f7afa0f 100644 --- a/colorbleed/plugins/maya/publish/collect_current_file.py +++ b/colorbleed/plugins/maya/publish/collect_current_file.py @@ -15,4 +15,4 @@ class CollectMayaCurrentFile(pyblish.api.ContextPlugin): def process(self, context): """Inject the current working file""" current_file = cmds.file(query=True, sceneName=True) - context.data['currentFile'] = os.path.normpath(current_file) + context.data['currentFile'] = current_file