From e4c7d71976be006f1edfaa5ee3ad7619c9a77bba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Tue, 11 Aug 2015 19:19:30 +0200 Subject: Add parse_script Parsing maximal value from first thread as result. --- scripts/boot.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'scripts/boot.py') diff --git a/scripts/boot.py b/scripts/boot.py index 7ae30a9..2d1461a 100644 --- a/scripts/boot.py +++ b/scripts/boot.py @@ -29,7 +29,8 @@ def boot(config, to_database = True): value = None try: - out = utils.callsubprocess('parse_command', conf.parse_command, + out = utils.callsubprocess('parse_command', conf.parse_command + + [os.path.join(conf.output_folder, config.cfile)], conf.parse_output, True) value = float(out[0]) except Exception as e: -- cgit v1.2.3