mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 12:41:30 +00:00
Minor style update
This commit is contained in:
@@ -40,7 +40,7 @@ class CompleterNG(rlcompleter.Completer):
|
|||||||
matches = []
|
matches = []
|
||||||
n = len(text)
|
n = len(text)
|
||||||
|
|
||||||
for ns in [ self.namespace ]:
|
for ns in (self.namespace,):
|
||||||
for word in ns:
|
for word in ns:
|
||||||
if word[:n] == text:
|
if word[:n] == text:
|
||||||
matches.append(word)
|
matches.append(word)
|
||||||
|
|||||||
Reference in New Issue
Block a user