Skip to content
Snippets Groups Projects
Commit 82cf5e36 authored by Cristian Lalescu's avatar Cristian Lalescu
Browse files

update comment for new .launch method

parent bfb08d5a
No related branches found
No related tags found
No related merge requests found
......@@ -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 Launcher
# error is thrown if first option is not a base class, so launch
# cannot be executed by mistake.
c = eval('{0}()'.format(opt.base_class))
c.launch(args = sys.argv[2:])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment