Skip to content
Snippets Groups Projects
Unverified Commit ccfe0604 authored by Aditya Dange's avatar Aditya Dange Committed by GitHub
Browse files

Update debug statement

parent 8c8982d8
Branches
Tags
No related merge requests found
...@@ -28,7 +28,7 @@ sys.modules.update((mod_name, Mock()) for mod_name in MOCK_MODULES) ...@@ -28,7 +28,7 @@ sys.modules.update((mod_name, Mock()) for mod_name in MOCK_MODULES)
# add these directories to sys.path here. If the directory is relative to the # add these directories to sys.path here. If the directory is relative to the
# documentation root, use os.path.abspath to make it absolute, like shown here. # documentation root, use os.path.abspath to make it absolute, like shown here.
sys.path.insert(0, os.path.abspath('../../skabase')) sys.path.insert(0, os.path.abspath('../../skabase'))
print "$PYTHONPATH: ", os.environ['PYTHONPATH'] print(os.environ['PYTHONPATH'])
# -- General configuration ------------------------------------------------ # -- General configuration ------------------------------------------------
# If your documentation needs a minimal Sphinx version, state it here. # If your documentation needs a minimal Sphinx version, state it here.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment