mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 06:40:48 +00:00
pep8 error fixed. Closes #337
15:13: E126 continuation line over-indented for hanging indent 16:13: E126 continuation line over-indented for hanging indent 17:13: E126 continuation line over-indented for hanging indent
This commit is contained in:
parent
26fb5d6f99
commit
0188383036
1 changed files with 3 additions and 3 deletions
|
|
@ -12,7 +12,7 @@ if __name__ == "__main__":
|
|||
|
||||
os.chdir("..")
|
||||
suite = unittest.defaultTestLoader.discover(
|
||||
start_dir=glob.glob("build/lib.*")[0],
|
||||
pattern="*.py"
|
||||
)
|
||||
start_dir=glob.glob("build/lib.*")[0],
|
||||
pattern="*.py"
|
||||
)
|
||||
unittest.TextTestRunner().run(suite)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue