-
Notifications
You must be signed in to change notification settings - Fork 16
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
Minor updates of printing to improve UX, Updating Traefik #40
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, nice improvements! Just two minor comments.
pp = "" | ||
|
||
try: | ||
return PrivateKey.from_str(text, pp) | ||
except Exception as err: | ||
raise RuntimeError(f"Could not load key from {filename}: {str(err)}") | ||
raise RuntimeError(f":x: Could not load key from {filename}: {str(err)}") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What does this do? This does not pass by rich, does it?
Instead of adding rich as a dependency, just to print a few emojis, let's just add in the emojis directly (its just unicode, you can copy-paste them in the messages in the source).
|
Indeed, that's a great idea! |
Changes: