Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit af4762a

Browse files
committed
Minor style update
1 parent f6b43b4 commit af4762a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/controller/checks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1084,7 +1084,7 @@ def _(*args, **kwargs):
10841084
break
10851085

10861086
if retVal:
1087-
errMsg = "WAF/IDS/IPS identified ('%s'). Please " % retVal
1087+
errMsg = "WAF/IDS/IPS identified '%s'. Please " % retVal
10881088
errMsg += "consider usage of tamper scripts (option '--tamper')"
10891089
logger.critical(errMsg)
10901090
else:

0 commit comments

Comments
 (0)