mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +00:00
Minor doctest fix
This commit is contained in:
parent
824ef464e1
commit
2aed8d1513
3 changed files with 20 additions and 14 deletions
|
|
@ -2077,7 +2077,7 @@ def getFileType(filePath):
|
|||
"""
|
||||
Returns "magic" file type for given file path
|
||||
|
||||
>>> getFileType(__file__)
|
||||
>>> getFileType(paths.SQL_KEYWORDS)
|
||||
'text'
|
||||
>>> getFileType(sys.executable)
|
||||
'binary'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue