Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
TurTLE
TurTLE
Commits
82cf5e36
Commit
82cf5e36
authored
Jan 26, 2016
by
Cristian Lalescu
Browse files
update comment for new .launch method
parent
bfb08d5a
Changes
1
Hide whitespace changes
Inline
Side-by-side
bfps/__main__.py
View file @
82cf5e36
...
...
@@ -46,7 +46,7 @@ def main():
# first option is the choice of base class or -h or -v
# all other options are passed on to the base_class instance
opt
=
parser
.
parse_args
(
sys
.
argv
[
1
:
2
])
# error is thrown if first option is not a base class, so
L
aunch
er
# error is thrown if first option is not a base class, so
l
aunch
# cannot be executed by mistake.
c
=
eval
(
'{0}()'
.
format
(
opt
.
base_class
))
c
.
launch
(
args
=
sys
.
argv
[
2
:])
...
...
Write
Preview
Supports
Markdown
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