Skip to content

Commit

Permalink
black formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
xmendez committed Oct 29, 2020
1 parent 078d332 commit 9b821bd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/wfuzz/plugins/printers/printers.py
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,9 @@ def result(self, res):
if res._fields:
print(res._field("\n"))
else:
raise FuzzExceptPluginBadParams("You need to supply valid --field or --efield expression for unsing this printer.")
raise FuzzExceptPluginBadParams(
"You need to supply valid --field or --efield expression for unsing this printer."
)

def footer(self, summary):
pass
Expand Down

0 comments on commit 9b821bd

Please sign in to comment.