Skip to content
Snippets Groups Projects
Commit 0d024a53 authored by Lauri Himanen's avatar Lauri Himanen
Browse files

Fixed variable name in setup_paths.py.

parent df92b336
Branches
Tags
No related merge requests found
......@@ -14,4 +14,5 @@ parserDir = os.path.normpath(os.path.join(baseDir, "../../parser-cp2k"))
# http://stackoverflow.com/questions/10095037/why-use-sys-path-appendpath-instead-of-sys-path-insert1-path
if commonDir not in sys.path:
sys.path.insert(1, commonDir)
if parserDir not in sys.path:
sys.path.insert(1, parserDir)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment