We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21dbfb3 commit ada46c2Copy full SHA for ada46c2
1 file changed
dev/tasks/communities.py
@@ -148,7 +148,8 @@ def _set_navigation_menu(self):
148
self._log_title("Set navigation menu")
149
self.logger.info(
150
'Setting the navigation menu as "{}" for all "{}" ExperienceBundle themes:'.format(
151
- self.options["navigation_menu"], self._experience_bundle_name,
+ self.options["navigation_menu"],
152
+ self._experience_bundle_name,
153
)
154
155
@@ -178,4 +179,4 @@ def _set_navigation_menu(self):
178
179
theme_file.read_text(),
180
flags=re.M,
181
- )
182
+ )
0 commit comments