Conversation
rchen152
left a comment
There was a problem hiding this comment.
Thanks! Two minor comments.
Remove str(e)
|
@ritwik12 Thank you so much for your patience! Since Peter's requested change isn't directly related to your edits, I went ahead and tweaked the @pludemann Thanks for the suggestion. Since the unparseable files are listed one per line, condensing the header message wouldn't actually put the whole error message on one line, so I've put the |
|
@rchen152 -- FWIW, I wrote a multi-line logging function that basically did msg.splitlines() and then called the appropriate logging function for each line. I know I did this for google3 C++ (as a macro) about 10 years ago but can't remember if I also did it for Python. For this particular situation, you could, of course do something like this: |
|
This change has been merged (9ad3b33) :) |
|
@rchen152 Your welcome and thanks for the edits. |
|
@rchen152 Just a little doubt, how does it shows "closed" on this PR if it is merged? |
|
@rchen152 Yes, It's great. Got it. |
|
@rchen152 @kamahen How can one join https://github.com/google organization? |
|
I believe you have to be a current Googler working on an open-source project to join that organization. |
|
@rchen152 Googler meaning a Google employee? Right |
Few Changes in try block in continuation with #204