diff options
-rw-r--r-- | scripts/boot.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/boot.py b/scripts/boot.py index dac17ef..04ac808 100644 --- a/scripts/boot.py +++ b/scripts/boot.py @@ -29,7 +29,7 @@ def boot(): pass bench = importlib.machinery.SourceFileLoader("module.name", - "../benchmark.py").load_module() + sf(conf.benchmark_python)).load_module() sprc = subprocess.Popen([sf(conf.novaboot), sf(conf.nbscript)] + conf.novaboot_args, stdout = subprocess.PIPE) |