diff --git a/pype/ftrack/actions/action_attributes_remapper.py b/pype/ftrack/actions/action_attributes_remapper.py index dbad1b16e2..e1c32bca35 100644 --- a/pype/ftrack/actions/action_attributes_remapper.py +++ b/pype/ftrack/actions/action_attributes_remapper.py @@ -260,7 +260,7 @@ class AttributesRemapper(BaseAction): for key, value in messages.items(): if not value: continue - subtitle = {'type': 'label', 'value':'# {}'.format(key)} + subtitle = {'type': 'label', 'value': '# {}'.format(key)} items.append(subtitle) if isinstance(value, list): for item in value: