mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-02-03 13:14:13 +03:00
minor update
This commit is contained in:
parent
98e48bd682
commit
c7f260a8bc
|
@ -16,7 +16,7 @@ def check(module):
|
|||
if module[-3:] == ".py":
|
||||
|
||||
print "CHECKING ", module
|
||||
pout = os.popen('pylint %s'% module, 'r')
|
||||
pout = os.popen('pylint --rcfile=/dev/null %s'% module, 'r')
|
||||
for line in pout:
|
||||
if re.match("E....:.", line):
|
||||
print line
|
||||
|
|
Loading…
Reference in New Issue
Block a user