Skip to content

Script broken when [wiki] migrate: yes #168

@mkoeppe

Description

@mkoeppe
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'

@kwankyu

Metadata

Metadata

Assignees

No one assigned

    Labels

    help wantedExtra attention is needed

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions