Skip to content

Commit

Permalink
refactor(decruft): delete configuration of unused LESSC_EXECUTABLE
Browse files Browse the repository at this point in the history
  • Loading branch information
dairiki committed Feb 26, 2023
1 parent 72766dc commit edb35f9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lektor/environment/config.py
Expand Up @@ -69,7 +69,6 @@ def set_simple(target, source_path):
set_simple(
target="IMAGEMAGICK_EXECUTABLE", source_path="env.imagemagick_executable"
)
set_simple(target="LESSC_EXECUTABLE", source_path="env.lessc_executable")

for section_name in ("ATTACHMENT_TYPES", "PROJECT", "PACKAGES", "THEME_SETTINGS"):
section_config = inifile.section_as_dict(section_name.lower())
Expand Down

0 comments on commit edb35f9

Please sign in to comment.