From: Serge Rehbinder Date: Tue, 26 Jan 2016 14:19:15 +0000 (+0100) Subject: fix bug in config command (call to inexistant command) X-Git-Tag: sprint-01~13 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=15207dda2499591770afdd09e002f675d4e2c304;p=tools%2Fsat.git fix bug in config command (call to inexistant command) --- diff --git a/src/config.py b/src/config.py index 2ea6d18..0e887a2 100644 --- a/src/config.py +++ b/src/config.py @@ -210,5 +210,4 @@ def run(args, runner): print('Je suis dans la commande config ! Bien joué ! COUCOU') if options.value: print_value(runner.cfg, options.value, True, level=0, show_full_path=False) - - runner.config_copy('-v VARS') \ No newline at end of file + \ No newline at end of file