Skip to content

Conversation

@venkatesh-sp
Copy link
Contributor

No description provided.

except Exception as e:
logging.error("ERROR: %s", e)
logging.error("Shit %s", e.__cause__)
logging.error("Shit %s", e.__cause__)
Copy link
Member

Choose a reason for hiding this comment

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

isn't it best practice to have a newline of every line?

Copy link
Member

@sleipnir sleipnir left a comment

Choose a reason for hiding this comment

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

I will approve this PR but then I will update the proto files because they have already changed from yesterday to today with Elias' PR in the proxy

except Exception as e:
logging.error("ERROR: %s", e)
logging.error("Shit %s", e.__cause__)
logging.error("Shit %s", e.__cause__)
Copy link
Member

Choose a reason for hiding this comment

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

I think this can be deleted

@sleipnir sleipnir merged commit 87f7ebf into main Oct 28, 2022
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.

3 participants