Skip to content
This repository has been archived by the owner on Dec 2, 2022. It is now read-only.

Commit

Permalink
truncate too long strings
Browse files Browse the repository at this point in the history
  • Loading branch information
z3pp committed Oct 8, 2019
1 parent 03415b9 commit 109ece6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zfuzz/fuzzer.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ def fuzz(self, i, q):
self._hs, self._ss, self._hl, self._sl):

color = get_code_color(code)
p = "{:<24} [Code: {}{}{}, Size:{}]\n"
p = "{:24.23}[Code: {}{}{}, Size:{}]\n"
log.warn(p.format(i, color, code,
self.colors.default, len(res.text)))

Expand Down

0 comments on commit 109ece6

Please sign in to comment.