From 15207dda2499591770afdd09e002f675d4e2c304 Mon Sep 17 00:00:00 2001 From: Serge Rehbinder Date: Tue, 26 Jan 2016 15:19:15 +0100 Subject: [PATCH] fix bug in config command (call to inexistant command) --- src/config.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 -- 2.39.2