Fix linting

pull/23/head
Eric Holscher 9 years ago
parent 05d891915f
commit c14ae7e8f1

@ -44,7 +44,7 @@ class DotNetSphinxMapper(SphinxMapperBase):
stderr=subprocess.PIPE, stderr=subprocess.PIPE,
shell=True, shell=True,
env=dict((key, os.environ[key]) env=dict((key, os.environ[key])
for key in ['PATH','HOME'] for key in ['PATH', 'HOME']
if key in os.environ), if key in os.environ),
) )
_, error_output = proc.communicate() _, error_output = proc.communicate()

Loading…
Cancel
Save