From 6b8e9be5e03bb340981f78b7fa4f533fad0f8b79 Mon Sep 17 00:00:00 2001 From: vanhauser-thc Date: Tue, 19 Dec 2023 12:50:22 +0100 Subject: [PATCH] yapf is such crap --- fuzzers/fishpp_new_exp/fuzzer.py | 4 ++-- fuzzers/fishpp_new_exp_nocmp/fuzzer.py | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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)