diff options
Diffstat (limited to 'oldconfig.py')
| -rwxr-xr-x | oldconfig.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/oldconfig.py b/oldconfig.py index 7cc9e5b..042ab44 100755 --- a/oldconfig.py +++ b/oldconfig.py @@ -45,7 +45,7 @@ def _main(): global conf_changed kconf = standard_kconfig() - kconf.load_config() + print(kconf.load_config()) while True: conf_changed = False @@ -56,7 +56,7 @@ def _main(): if not conf_changed: break - kconf.write_config() + print(kconf.write_config()) def oldconfig(node): |
