Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion migrate.py
Original file line number Diff line number Diff line change
Expand Up @@ -744,7 +744,7 @@ def heading_replace(match):
level = len(match.group(1))
heading = match.group(2).rstrip()

if create_wiki_link_conversion_table:
if not isinstance(conv_help, IssuesConversionHelper) and create_wiki_link_conversion_table:
with open('wiki_path_conversion_table.txt', "a") as f:
f.write(conv_help._trac_wiki_path + '#' + heading.replace(' ', '') + ' '
+ conv_help._wiki_path + '#' + heading.replace(' ', '-'))
Expand Down