Skip to content

Commit

Permalink
SConstruct: reformat via Ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
josephsl committed Nov 20, 2024
1 parent b8eba97 commit 3b22bfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sconstruct
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ for file in pythonFiles:
# Convert markdown files to html
# We need at least doc in English and should enable the Help button for the add-on in Add-ons Manager
createAddonHelp("addon")
for mdFile in env.Glob(os.path.join('addon', 'doc', '*', '*.md')):
for mdFile in env.Glob(os.path.join("addon", "doc", "*", "*.md")):
# the title of the html file is translated based on the contents of something in the moFile for a language.
# Thus, we find the moFile for this language and depend on it if it exists.
lang = os.path.basename(os.path.dirname(mdFile.get_abspath()))
Expand Down

0 comments on commit 3b22bfa

Please sign in to comment.