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

Skip to content

Commit 7c626f1

Browse files
committed
minor fix
1 parent d77a5f5 commit 7c626f1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/techniques/union/test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ def __unionTestByCharBruteforce(comment, place, parameter, value, prefix, suffix
275275
warnMsg += "please consider "
276276
if not conf.uChar:
277277
warnMsg += "providing --union-char switch "
278-
warnMsg += "(e.g. --union-char=1)"
278+
warnMsg += "(e.g. --union-char=1) "
279279
if not conf.dbms:
280280
if not conf.uChar:
281281
warnMsg += "and/or try to force the "

0 commit comments

Comments
 (0)