You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If PYTHONPATH is not set, AttributeError is thrown:
File "snip", line 8, in <module>
from pipeline import pipeline
File "/Users/grw/src/cms/env/lib/python2.7/site-packages/pipeline/__init__.py", line 47, in <module>
_fix_path()
File "/Users/grw/src/cms/env/lib/python2.7/site-packages/pipeline/__init__.py", line 26, in _fix_path
all_paths = os.environ.get('PYTHONPATH').split(os.pathsep)
AttributeError: 'NoneType' object has no attribute 'split'
The text was updated successfully, but these errors were encountered:
If PYTHONPATH is not set, AttributeError is thrown:
The text was updated successfully, but these errors were encountered: