Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
nomad-lab
parser-cp2k
Commits
0d024a53
Commit
0d024a53
authored
Aug 13, 2017
by
Lauri Himanen
Browse files
Fixed variable name in setup_paths.py.
parent
df92b336
Changes
1
Hide whitespace changes
Inline
Side-by-side
parser/parser-cp2k/cp2kparser/setup_paths.py
View file @
0d024a53
...
...
@@ -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
)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment