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
nomad-lab
parser-tinker
Commits
7f5fc6a3
Commit
7f5fc6a3
authored
Jul 22, 2020
by
Markus Scheidgen
Browse files
Removed smart parser dep on old metainfo.
parent
85cc99b3
Pipeline
#81400
failed with stage
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
tinkerparser/TINKERCommon.py
View file @
7f5fc6a3
...
...
@@ -14,7 +14,6 @@
import
logging
import
os
import
metainfo
PARSERNAME
=
"TINKER"
PROGRAMNAME
=
"tinker"
...
...
@@ -27,9 +26,7 @@ PARSER_INFO_DEFAULT = {
'version'
:
PARSERVERSION
}
META_INFO_PATH
=
os
.
path
.
normpath
(
os
.
path
.
join
(
os
.
path
.
dirname
(
os
.
path
.
abspath
(
metainfo
.
__file__
)),
PARSERMETANAME
+
".nomadmetainfo.json"
))
META_INFO_PATH
=
PARSERMETANAME
+
".nomadmetainfo.json"
LOGGER
=
logging
.
getLogger
(
"nomad."
+
PROGRAMNAME
+
"Parser"
)
...
...
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