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

python 3 incompatibility: TypeError: unorderable types: NoneType() > int() #50

Open
Hubbitus opened this issue Jun 15, 2017 · 2 comments

Comments

@Hubbitus
Copy link

$ jira-cli view --search-jql '"Epic Link" = EG-3769'
Traceback (most recent call last):
  File "/usr/bin/jira-cli", line 9, in <module>
    load_entry_point('jira-cli==2.1.5', 'console_scripts', 'jira-cli')()
  File "/usr/lib/python3.5/site-packages/jiracli/interface.py", line 267, in cli
    return post_args.cmd(jira, post_args).execute()
  File "/usr/lib/python3.5/site-packages/jiracli/processor.py", line 27, in execute
    return self.eval()
  File "/usr/lib/python3.5/site-packages/jiracli/processor.py", line 54, in eval
    elif self.args.verbosity > 1:
TypeError: unorderable types: NoneType() > int()
alisaifee added a commit that referenced this issue Jul 28, 2017
@AlJohri
Copy link
Collaborator

AlJohri commented Jul 28, 2017

fixed by #56

@alisaifee
Copy link
Owner

Thanks @AlJohri

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

3 participants