Drop shell subprocess execution

pull/27/head
Anthony Johnson 9 years ago
parent 9b75431e6e
commit 47fbd54623

@ -79,7 +79,6 @@ class DotNetSphinxMapper(SphinxMapperBase):
' '.join(command),
stdout=subprocess.PIPE,
stderr=subprocess.PIPE,
shell=True,
env=dict((key, os.environ[key])
for key in ['PATH', 'HOME']
if key in os.environ),

Loading…
Cancel
Save