Skip to content

Commit

Permalink
jirashell configured via jirashell.ini didn't allow no-oauth authenti…
Browse files Browse the repository at this point in the history
…cation
  • Loading branch information
fikander committed May 7, 2015
1 parent ce6c2b6 commit d585674
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions jira/jirashell.py
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,8 @@ def main():
if oauth['oauth_dance']:
oauth = oauth_dance(
options['server'], oauth['consumer_key'], oauth['key_cert'], oauth['print_tokens'], options['verify'])
else:
oauth = None

jira = JIRA(options=options, basic_auth=basic_auth, oauth=oauth)

Expand Down

0 comments on commit d585674

Please sign in to comment.