[PATCH] Ignore environment modification warnings in docs/conf.py

David Shea dshea at redhat.com
Tue Sep 15 14:24:09 UTC 2015


---
 docs/conf.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/docs/conf.py b/docs/conf.py
index f7ac1c9..1b10fc6 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -25,6 +25,7 @@ sys.path.insert(0, os.path.abspath('..'))
 for path in ["../pyanaconda/isys/.libs", "../pyanaconda", "../tests", "../tests/lib", "../dracut", "../widgets"]:
     sys.path.append(os.path.abspath(path))
 if not 'ANACONDA_INSTALL_CLASSES' in os.environ:
+    # pylint: disable=environment-modify
     os.environ['ANACONDA_INSTALL_CLASSES'] = os.path.abspath('../pyanaconda/installclasses')
 
 # -- General configuration -----------------------------------------------------
-- 
2.5.2



More information about the anaconda-patches mailing list