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

Skip to content

Commit ec43cee

Browse files
committed
Some more cleanup related to the last commit (unneeded manual crafting/unneeded closing with ;)
1 parent 560e0fc commit ec43cee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/request/inject.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -468,7 +468,7 @@ def goStacked(expression, silent=False):
468468

469469
comment = queries[Backend.getIdentifiedDbms()].comment.query
470470
query = agent.prefixQuery(";%s" % expression)
471-
query = agent.suffixQuery("%s;%s" % (query, comment))
471+
query = agent.suffixQuery(query, comment)
472472
payload = agent.payload(newValue=query)
473473
Request.queryPage(payload, content=False, silent=silent, noteResponseTime=False, timeBasedCompare=True)
474474

0 commit comments

Comments
 (0)