aboutsummaryrefslogtreecommitdiff
path: root/scripts/boot.py
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/boot.py')
-rw-r--r--scripts/boot.py3
1 files changed, 2 insertions, 1 deletions
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: