]> SALOME platform Git repositories - tools/sat.git/commitdiff
Salome HOME
fix bug in config command (call to inexistant command)
authorSerge Rehbinder <serge.rehbinder@cea.fr>
Tue, 26 Jan 2016 14:19:15 +0000 (15:19 +0100)
committerSerge Rehbinder <serge.rehbinder@cea.fr>
Tue, 26 Jan 2016 14:19:15 +0000 (15:19 +0100)
src/config.py

index 2ea6d18a6ed4fcf121a830368525f7561bc88b9e..0e887a2d6fa710fe4a8f7dae0424e272781be19d 100644 (file)
@@ -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