Skip to content

Commit

Permalink
forgot |_ in -v for --prev
Browse files Browse the repository at this point in the history
  • Loading branch information
xmendez committed Apr 9, 2019
1 parent 0bceb1b commit f46009f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wfuzz/ui/console/mvc.py
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ def _print_verbose(self, res, print_nres=True):
server = res.history.headers.response['Server']

rows = [
("%09d:" % res.nres if print_nres else "", txt_colour),
("%09d:" % res.nres if print_nres else " |_", txt_colour),
("%.3fs" % res.timer, txt_colour),
("C=%s" % "XXX" if res.exception else str(res.code), self.term.get_colour(res.code) if self.colour else txt_colour),
("%d L" % res.lines, txt_colour),
Expand Down

0 comments on commit f46009f

Please sign in to comment.