From 62a49cc7d9fb0073b7d41bf8b1445bc12a0fa9ee Mon Sep 17 00:00:00 2001 From: Milan Kolar Date: Fri, 2 Aug 2019 19:43:25 +0200 Subject: [PATCH] pep8 --- pype/ftrack/actions/action_attributes_remapper.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: