Fix shell=True

pull/23/head
Eric Holscher 9 years ago
parent dfbae94963
commit b66a83b550

@ -39,7 +39,7 @@ class DotNetSphinxMapper(SphinxMapperBase):
command = ['docfx', 'metadata', '--raw', '--force']
command.extend(all_files)
proc = subprocess.Popen(
command,
command.join(' '),
stdout=subprocess.PIPE,
stderr=subprocess.PIPE,
shell=True,

Loading…
Cancel
Save