Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
parser-asap
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
nomad-lab
parser-asap
Commits
ead1b5d6
Commit
ead1b5d6
authored
7 years ago
by
Mohamed, Fawzi Roberto (fawzi)
Browse files
Options
Downloads
Patches
Plain Diff
correctly handle null version
parent
fbc712f1
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
parser/parser-asap/parser_asap.py
+1
-1
1 addition, 1 deletion
parser/parser-asap/parser_asap.py
with
1 addition
and
1 deletion
parser/parser-asap/parser_asap.py
+
1
−
1
View file @
ead1b5d6
...
...
@@ -53,7 +53,7 @@ def parse(filename):
p
.
startedParsingSession
(
filename
,
parser_info
)
with
o
(
p
,
'
section_run
'
):
p
.
addValue
(
'
program_name
'
,
'
ASAP
'
)
if
hasattr
(
t
,
'
ase_version
'
):
if
hasattr
(
t
,
'
ase_version
'
)
and
t
.
ase_version
:
aversion
=
t
.
ase_version
else
:
aversion
=
'
3.x.x
'
# default Asap version
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment