Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
TurTLE
TurTLE
Commits
3fbb5336
Commit
3fbb5336
authored
Dec 05, 2019
by
Cristian Lalescu
Browse files
fix parser initialization
I think this line got lost in a merge somewhere... Not sure.
parent
126302bf
Changes
1
Hide whitespace changes
Inline
Side-by-side
TurTLE/TEST.py
View file @
3fbb5336
...
...
@@ -377,6 +377,7 @@ class TEST(_code):
eval
(
'self.simulation_parser_arguments(parser_'
+
parser
+
')'
)
eval
(
'self.job_parser_arguments(parser_'
+
parser
+
')'
)
eval
(
'self.parameters_to_parser_arguments(parser_'
+
parser
+
')'
)
eval
(
'self.parameters_to_parser_arguments(parser_'
+
parser
+
', self.generate_extra_parameters(dns_type =
\'
'
+
parser
+
'
\'
))'
)
return
None
def
prepare_launch
(
self
,
...
...
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