-
Notifications
You must be signed in to change notification settings - Fork 360
Poetry error message #852
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
Poetry error message #852
Conversation
samruddhikhandale
left a comment
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.
Let's wait for another review from @chrmarti. Thanks!
bdb9496 to
d7c7585
Compare
chrmarti
left a comment
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.
Left a comment, maybe the error handling should move up a few lines. Thanks.
chrmarti
left a comment
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 @prathameshzarkar9! I have left a few comments.
|
@chrmarti , can you please review the requested changes |
chrmarti
left a comment
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.
A few more comments and some message polishing.
d5afcad to
8dc040c
Compare
|
@prathameshzarkar9 Can you fix the failing tests? Thanks |
4519be8 to
0805d6f
Compare
fe6788e to
be1fbd7
Compare
|
@chrmarti Could you please review this PR .. |
chrmarti
left a comment
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.
Left two more comments.
All comments were addressed.
* testing the usecase * error message thrown for the command not found * semicolon was missing * unwanted changes reverted and also added command output for the error * review comments addressed * moved the cmdOutput to runRemoteCommand function for all the commands * refactored code and moved outer catch block to inner catch block * try catch block added for per lifecycleHook * await promise changes * test case fixed * unwanted code removed * file name changed * Fixes --------- Co-authored-by: Christof Marti <chrmarti@microsoft.com>
Issue #845
infoOutput has been updated and logged the message of the command if the command fails inside container