Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
parser-gromos
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nomad-lab
parser-gromos
Commits
13afc0a0
Commit
13afc0a0
authored
Mar 31, 2018
by
Berk Onat
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed meta info output for input/output files.
parent
7f61bbfe
Pipeline
#26693
failed with stage
in 8 minutes and 31 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
9 deletions
+9
-9
parser/parser-gromos/GROMOSParser.py
parser/parser-gromos/GROMOSParser.py
+9
-9
No files found.
parser/parser-gromos/GROMOSParser.py
View file @
13afc0a0
...
...
@@ -382,15 +382,15 @@ class GROMOSParser(SmartParser.ParserBase):
trajDone
=
True
self
.
newTraj
=
True
if
atLeastOneFileExist
:
updateDict
=
{
'startSection'
:
[[
PARSERTAG
+
'_section_input_output_files'
]],
'dictionary'
:
self
.
fileDict
}
self
.
metaStorage
.
update
(
updateDict
)
self
.
metaStorage
.
updateBackend
(
backend
.
superBackend
,
startsection
=
[
PARSERTAG
+
'_section_input_output_files'
],
autoopenclose
=
False
)
#
if atLeastOneFileExist:
#
updateDict = {
#
'startSection' : [[PARSERTAG+'_section_input_output_files']],
#
'dictionary' : self.fileDict
#
}
#
self.metaStorage.update(updateDict)
#
self.metaStorage.updateBackend(backend.superBackend,
#
startsection=[PARSERTAG+'_section_input_output_files'],
#
autoopenclose=False)
if
self
.
newTopo
:
if
topoDone
and
atLeastOneFileExist
:
...
...
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