diff --git a/fuzzers/fishpp_new_exp/fuzzer.py b/fuzzers/fishpp_new_exp/fuzzer.py index bdae56c8c..08fb97ae2 100644 --- a/fuzzers/fishpp_new_exp/fuzzer.py +++ b/fuzzers/fishpp_new_exp/fuzzer.py @@ -265,8 +265,8 @@ def build(*args): # pylint: disable=too-many-branches,too-many-statements xxa = 'python3 /FishFuzz/fish_mode/distance/match_function.py -i ' + tdst os.system(xxa) xxb = ( - "python3 /FishFuzz/fish_mode/distance/calculate_all_distance.py -i " - + tdst + "python3 /FishFuzz/fish_mode/distance/calculate_all_distance.py -i " + + tdst ) os.system(xxb) diff --git a/fuzzers/fishpp_new_exp_nocmp/fuzzer.py b/fuzzers/fishpp_new_exp_nocmp/fuzzer.py index 33b27c4a1..00bcbd1be 100644 --- a/fuzzers/fishpp_new_exp_nocmp/fuzzer.py +++ b/fuzzers/fishpp_new_exp_nocmp/fuzzer.py @@ -265,8 +265,8 @@ def build(*args): # pylint: disable=too-many-branches,too-many-statements xxa = 'python3 /FishFuzz/fish_mode/distance/match_function.py -i ' + tdst os.system(xxa) xxb = ( - "python3 /FishFuzz/fish_mode/distance/calculate_all_distance.py -i " - + tdst + "python3 /FishFuzz/fish_mode/distance/calculate_all_distance.py -i " + + tdst ) os.system(xxb)