From c1cad3004c618d02ba24814d686ea8b6de92fafc Mon Sep 17 00:00:00 2001 From: =?utf8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Wed, 19 Aug 2015 10:31:19 +0200 Subject: [PATCH] Remove unused atribute for parse script call --- scripts/boot.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/scripts/boot.py b/scripts/boot.py index 6209461..aaaf174 100644 --- a/scripts/boot.py +++ b/scripts/boot.py @@ -16,8 +16,7 @@ def boot(config, to_database = True): value = None try: - out = utils.callsubprocess('parse_command', conf.parse_command + - [os.path.join(conf.output_folder, config.cfile)], + out = utils.callsubprocess('parse_command', conf.parse_command, conf.parse_output, True) value = float(out[0]) except Exception as e: -- 2.39.2