mirror of
https://github.com/nmap/nmap.git
synced 2026-08-28 04:25:15 +00:00
Fix pep8 errors in all of zenmap
This commit is contained in:
parent
24f5f35d3e
commit
3567d72b17
28 changed files with 282 additions and 275 deletions
|
|
@ -372,7 +372,8 @@ class NmapOutputViewer (gtk.VBox):
|
|||
buf.insert(buf.get_end_iter(), new_output)
|
||||
# Highlight the new text.
|
||||
self.apply_highlighting(
|
||||
buf.get_iter_at_mark(prev_end_mark), buf.get_end_iter())
|
||||
buf.get_iter_at_mark(prev_end_mark),
|
||||
buf.get_end_iter())
|
||||
except MemoryError:
|
||||
self.show_large_output_message(self.command_execution)
|
||||
return
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue