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

Fix copying a command to the clipboard on Linux. #4

Merged
merged 1 commit into from Mar 13, 2012

Conversation

benvd
Copy link
Contributor

@benvd benvd commented Mar 13, 2012

subprocess.Popen expects a sequence of program arguments. We split the commands using shlex, as the offical Python docs suggest. (http://docs.python.org/library/subprocess.html#popen-constructor)

subprocess.Popen expects a sequence of program arguments. We split the commands using shlex, as the offical Python docs suggest. (http://docs.python.org/library/subprocess.html#popen-constructor)
@fbernier
Copy link

+1

@dancrew32
Copy link

ah this will probably solve my issue here: #5

samirahmed added a commit that referenced this pull request Mar 13, 2012
Thanks for the pull! Looks like this works, will pull
@samirahmed samirahmed merged commit ae141a2 into samirahmed:master Mar 13, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants