toabctl / jiracli

Simple command line interface for Jira
GNU General Public License v3.0
152 stars 39 forks source link

Fix issue_list_print() TypeError when using --issues-create #21

Closed omehegan closed 9 years ago

omehegan commented 9 years ago

'TypeError: issue_list_print() takes exactly 6 arguments (5 given)' when creating an issue from a file using --issues-create

toabctl commented 9 years ago

@omehegan Thanks for the fix! Can you make TravisCI happy (line to long) and then I'll merge it and do a new release...

toabctl commented 9 years ago

I fixed the pep8 issue and slightly modified the commit message (split the long line) and pushed it to master. Thanks for the fix!