Skip to content

Commit

Permalink
yapf is such crap
Browse files Browse the repository at this point in the history
  • Loading branch information
vanhauser-thc committed Dec 19, 2023
1 parent b998f10 commit 6b8e9be
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions fuzzers/fishpp_new_exp/fuzzer.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
4 changes: 2 additions & 2 deletions fuzzers/fishpp_new_exp_nocmp/fuzzer.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 6b8e9be

Please sign in to comment.