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

handles unknown apps a little better #10

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

RandyMeyer
Copy link

incoperates PR#4 from PurpleMyst to clean up the code and then handles incorrect App names better

Copy link

@PurpleMyst PurpleMyst left a comment

Choose a reason for hiding this comment

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

I like the PR, but you should merge with the latest commit for some small improvements I've made to my PR. 😃

return None
processes = []
for pid in pids:
process = subprocess.Popen(["kill", "-CONT", pid])

Choose a reason for hiding this comment

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

You should merge with the latest commit from my PR that replaces the subprocess calls with os.kill. 😃

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.

2 participants