Skip to content

Commit

Permalink
Adding more info to the jtime error message.
Browse files Browse the repository at this point in the history
  • Loading branch information
Brett Nekolny committed Jul 25, 2014
1 parent 4ae79a3 commit 7babe16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jtime/jtime.py
Expand Up @@ -53,7 +53,7 @@ def configure():
connection.jira_connection(configuration.load_config())
except jira_exceptions.JIRAError as e:
configuration._delete_config()
logging.error("You have an error in your jira connection/configuration: {error}. Please fix the configuration before attempting to use jtime.".format(error=e))
logging.error("You have an error in your jira connection/configuration: {error}. Please fix the configuration before attempting to use jtime.\n We suggest trying your username without using the email address.".format(error=e))

def status():
"""
Expand Down

0 comments on commit 7babe16

Please sign in to comment.