forked from svigerske/trac-to-github
-
Notifications
You must be signed in to change notification settings - Fork 4
Closed
Labels
help wantedExtra attention is neededExtra attention is needed
Milestone
Description
Traceback (most recent call last):
File "/Users/mkoeppe/s/sage/trac-to-github/worktree-production/./migrate.py", line 2807, in <module>
convert_issues(source, dest, only_issues = only_issues, blacklist_issues = blacklist_issues)
File "/Users/mkoeppe/s/sage/trac-to-github/worktree-production/./migrate.py", line 2105, in convert_issues
'description' : trac2markdown(milestone.pop('description'), '/milestones/', conv_help, False),
File "/Users/mkoeppe/s/sage/trac-to-github/worktree-production/./migrate.py", line 946, in trac2markdown
line = RE_HEADING2.sub(heading_replace, line)
File "/Users/mkoeppe/s/sage/trac-to-github/worktree-production/./migrate.py", line 747, in heading_replace
f.write(conv_help._trac_wiki_path + '#' + heading.replace(' ', '') + ' '
AttributeError: 'IssuesConversionHelper' object has no attribute '_trac_wiki_path'
Metadata
Metadata
Assignees
Labels
help wantedExtra attention is neededExtra attention is needed