-
Committer:
Matthieu Baerts
-
Date:
2013-06-08 12:09:05 UTC
-
Revision ID:
matttbe@gmail.com-20130608120905-jp500411qu3rwls7
Dbus: interface: bash: launcher: used subprocess.call (with shell=True) instead of os.popen
used it to execute the specified command through the shell:
This can be useful if you are using Python primarily for the enhanced control
flow it offers over most system shells and still want convenient access to other
shell features such as shell pipes, filename wildcards, environment variable
expansion, and expansion of ~ to a user’s home directory.
It will avoid 'write error: Broken pipe' errors