mirror of
https://github.com/readthedocs/sphinx-autoapi
synced 2024-11-11 19:10:58 +00:00
Fix linting
This commit is contained in:
parent
05d891915f
commit
c14ae7e8f1
@ -44,7 +44,7 @@ class DotNetSphinxMapper(SphinxMapperBase):
|
||||
stderr=subprocess.PIPE,
|
||||
shell=True,
|
||||
env=dict((key, os.environ[key])
|
||||
for key in ['PATH','HOME']
|
||||
for key in ['PATH', 'HOME']
|
||||
if key in os.environ),
|
||||
)
|
||||
_, error_output = proc.communicate()
|
||||
|
Loading…
Reference in New Issue
Block a user