Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Markus Scheidgen
parser-exciting
Commits
3bfbe52b
Commit
3bfbe52b
authored
Jun 29, 2017
by
Pardini, Lorenzo (lopa)
Browse files
removed a "print"
parent
8d6b2d16
Changes
1
Hide whitespace changes
Inline
Side-by-side
parser/parser-exciting/parser_exciting.py
View file @
3bfbe52b
...
...
@@ -56,8 +56,10 @@ class ExcitingParserContext(object):
def
onOpen_section_method
(
self
,
backend
,
gIndex
,
section
):
self
.
secMethodIndex
=
gIndex
# gwFile = os.path.join(dirPath,None)
mainFile
=
self
.
parser
.
fIn
.
fIn
.
name
dirPath
=
os
.
path
.
dirname
(
self
.
parser
.
fIn
.
name
)
# gwFile = os.path.join(dirPath,"GW_INFO.OUT")
# gwFile = os.path.join(dirPath, "GW_INFO.OUT")
###
if
os
.
access
(
os
.
path
.
join
(
dirPath
,
"GW_INFO.OUT"
),
os
.
F_OK
):
...
...
@@ -65,7 +67,7 @@ class ExcitingParserContext(object):
elif
os
.
access
(
os
.
path
.
join
(
dirPath
,
"GWINFO.OUT"
),
os
.
F_OK
):
gwFile
=
os
.
path
.
join
(
dirPath
,
"GWINFO.OUT"
)
else
:
pass
gwFile
=
os
.
path
.
join
(
dirPath
,
"GW_INFO.OUT"
)
###
if
os
.
path
.
exists
(
gwFile
):
subSuperContext
=
exciting_parser_gw
.
GWContext
()
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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