mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-29 13:03:50 +03:00
Minor style update
This commit is contained in:
parent
7ea846e111
commit
ca1c0c2a1d
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user