Skip to content
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

INDY-209: Additional formatting #982

Merged
merged 3 commits into from
Nov 21, 2018

Conversation

ArtObr
Copy link
Contributor

@ArtObr ArtObr commented Nov 20, 2018

Signed-off-by: ArtObr artemobruchnikov@gmail.com

Signed-off-by: ArtObr <artemobruchnikov@gmail.com>
ashcherbakov
ashcherbakov previously approved these changes Nov 20, 2018
Signed-off-by: ArtObr <artemobruchnikov@gmail.com>
@@ -821,7 +821,7 @@ def transmitThroughListener(self, msg, ident) -> Tuple[bool, Optional[str]]:
return False, err_str
except Exception as e:
err_str = '{}{} got error {} while sending through listener to {}' \
.format(CONNECTION_PREFIX, self, e, z85_to_friendly(ident))
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would recommend to add a check (ValueError catching) in z85_to_friendly, so that we don't fail in case of non-z85 passed

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ok

Signed-off-by: ArtObr <artemobruchnikov@gmail.com>
@ashcherbakov ashcherbakov merged commit dfafef9 into hyperledger:master Nov 21, 2018
Sign up for free to 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.

None yet

2 participants