Skip to content
This repository has been archived by the owner on Nov 28, 2023. It is now read-only.

Commit

Permalink
improves config tooltip
Browse files Browse the repository at this point in the history
  • Loading branch information
FeeiCN committed Sep 12, 2017
1 parent 0a3c464 commit ac61bd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cobra/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ def __init__(self, level1=None, level2=None):
value = config.get(level1, level2)
except Exception as e:
traceback.print_exc()
logger.critical("./configs file configure failed.\nError: {0}".format(e.message))
logger.critical("./configs file configure failed. {u}\nError: {e}".format(u='https://wufeifei.github.io/cobra/config', e=e.message))
self.value = value

@staticmethod
Expand Down

0 comments on commit ac61bd5

Please sign in to comment.