Skip to content

Commit 53271b3

Browse files
committed
style: disambiguate brand settings names
1 parent 749daeb commit 53271b3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tutor-contrib-sample/tutorsample/plugin.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,13 +127,13 @@
127127
}
128128
}
129129

130-
settings_lines = f"""
130+
brand_settings_lines = f"""
131131
MFE_CONFIG["PARAGON_THEME_URLS"] = {json.dumps(paragon_theme_urls)}
132132
"""
133133

134134
hooks.Filters.ENV_PATCHES.add_item(
135135
(
136136
"mfe-lms-common-settings",
137-
settings_lines,
137+
brand_settings_lines,
138138
)
139139
)

0 commit comments

Comments
 (0)