Skip to content
This repository was archived by the owner on Jan 10, 2023. It is now read-only.

Conversation

MohammadAG
Copy link
Contributor

No description provided.

@coveralls
Copy link

coveralls commented Jan 28, 2018

Coverage Status

Coverage decreased (-0.02%) to 47.554% when pulling 0d6e7fd on MohammadAG:uninstall_package into 209d8fa on google:master.

return self.Shell('pm install -r "%s"' % destination_path,
timeout_ms=timeout_ms)

cmds = ['pm install']
Copy link
Contributor

Choose a reason for hiding this comment

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

call this cmd since it's only one command. Or args or pieces if you want it plural

Returns:
The pm uninstall output.
"""
cmds = ['pm uninstall']
Copy link
Contributor

Choose a reason for hiding this comment

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

same as above

@MohammadAG
Copy link
Contributor Author

Done, no clue why I used cmds.

cmd.append('-r')
cmd.append('"%s"' % destination_path)

return self.Shell(" ".join(cmd), timeout_ms=timeout_ms)
Copy link
Contributor

Choose a reason for hiding this comment

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

last thing, use ' here to be consistent with quotes

@googlebot
Copy link

So there's good news and bad news.

👍 The good news is that everyone that needs to sign a CLA (the pull request submitter and all commit authors) have done so. Everything is all good there.

😕 The bad news is that it appears that one or more commits were authored by someone other than the pull request submitter. We need to confirm that all authors are ok with their commits being contributed to this project. Please have them confirm that here in the pull request.

Note to project maintainer: This is a terminal state, meaning the cla/google commit status will not change from this State. It's up to you to confirm consent of the commit author(s) and merge this pull request when appropriate.

@fahhem fahhem merged commit 69754a7 into google:master Jan 30, 2018
@fahhem
Copy link
Contributor

fahhem commented Jan 30, 2018

Thanks!

@MohammadAG MohammadAG deleted the uninstall_package branch January 30, 2018 11:14
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants