Skip to content

keybase: catch input errors - #238

Open
KhasMek wants to merge 1 commit into
DataSploit:masterfrom
KhasMek:keybase
Open

keybase: catch input errors#238
KhasMek wants to merge 1 commit into
DataSploit:masterfrom
KhasMek:keybase

Conversation

@KhasMek

Copy link
Copy Markdown

Certain input errors were causing errors from keybase. Let's catch them and feed them to the console output for the user.

In most cases, this isn't too critical for the user to see. However, I feel it's more important to show than nothing at all. This way the result can not be considered a false negative by anyone.

I know this is somewhat a duplicate of #237, but I think it's important to catch the exception and show it to the user.

 Certain input errors were causing errors
from keybase. Let's catch them and feed
them to the console output for the user.
In most cases, this isn't too critical
for the user to see. However, I feel it's
more important to show than nothing at
all. This way the result can not be
considered a false negative by anyone.
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@KhasMek