Skip to content

Commit 8b934ce

Browse files
Luke DavisLuke Davis
authored andcommitted
Fix-up of bug introduced in last commit.
1 parent 4fa5249 commit 8b934ce

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

sconstruct

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -297,8 +297,6 @@ for file in pythonFiles:
297297
# Convert markdown files to html
298298
# We need at least doc in English and should enable the Help button for the add-on in Add-ons Manager
299299
createAddonHelp("addon")
300-
try:
301-
302300
for mdFile in env.Glob(os.path.join('addon', 'doc', '*', '*.md')):
303301
htmlFile = env.markdown(mdFile)
304302
try: # It is possible that no moFile was set, because an add-on has no translations.

0 commit comments

Comments
 (0)