Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Crashes when parsing my XML file #3

Open
wojteeek opened this issue Jun 1, 2017 · 0 comments
Open

Crashes when parsing my XML file #3

wojteeek opened this issue Jun 1, 2017 · 0 comments

Comments

@wojteeek
Copy link

wojteeek commented Jun 1, 2017

When supplied with a wrong (nonexisting in the XML file) project code, it just skips over my issues. Passing proper project code ends up with this:

Traceback (most recent call last):
  File "main.py", line 28, in <module>
    project.add_item(item)
  File "jira-issues-importer/project.py", line 38, in add_item
    self._add_relationships(item)
  File "jira-issues-importer/project.py", line 147, in _add_relationships
    self._project['Issues'][-1][inwardlink.get("description").replace(' ', '-')].app
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant