Commit d062892d authored by luxq's avatar luxq

fix bug.

parent e4ca197d
...@@ -106,7 +106,7 @@ def get_config( ...@@ -106,7 +106,7 @@ def get_config(
"--strategy", bunnyfinder_params.strategy, "--strategy", bunnyfinder_params.strategy,
"--duration-per-strategy-run", bunnyfinder_params.duration_per_strategy, "--duration-per-strategy-run", bunnyfinder_params.duration_per_strategy,
"--max-hack-idx", bunnyfinder_params.max_malicious_idx, "--max-hack-idx", bunnyfinder_params.max_malicious_idx,
"--min-hack-idx", bunnyfinder_params.min_malicious_idx,], "--min-hack-idx", bunnyfinder_params.min_malicious_idx],
min_cpu=MIN_CPU, min_cpu=MIN_CPU,
max_cpu=MAX_CPU, max_cpu=MAX_CPU,
min_memory=MIN_MEMORY, min_memory=MIN_MEMORY,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment