From b998f104422aca1edae87f20abf2e3e27bb62e56 Mon Sep 17 00:00:00 2001 From: vanhauser-thc Date: Tue, 19 Dec 2023 12:24:24 +0100 Subject: [PATCH] yapf is such crap --- fuzzers/fishpp_new_exp/fuzzer.py | 5 ++++- fuzzers/fishpp_new_exp_nocmp/fuzzer.py | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/fuzzers/fishpp_new_exp/fuzzer.py b/fuzzers/fishpp_new_exp/fuzzer.py index 70dc638fd..bdae56c8c 100644 --- a/fuzzers/fishpp_new_exp/fuzzer.py +++ b/fuzzers/fishpp_new_exp/fuzzer.py @@ -264,7 +264,10 @@ def build(*args): # pylint: disable=too-many-branches,too-many-statements print('[post_build] generating distance files') 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 + xxb = ( + "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 6ec6a803d..33b27c4a1 100644 --- a/fuzzers/fishpp_new_exp_nocmp/fuzzer.py +++ b/fuzzers/fishpp_new_exp_nocmp/fuzzer.py @@ -264,7 +264,10 @@ def build(*args): # pylint: disable=too-many-branches,too-many-statements print('[post_build] generating distance files') 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 + xxb = ( + "python3 /FishFuzz/fish_mode/distance/calculate_all_distance.py -i " + + tdst + ) os.system(xxb)