Skip to content

Commit 6c0ee1a

Browse files
nitram2342savon-noir
authored andcommitted
Update parser.py documentation with a warning/clarification.
1 parent ed0619e commit 6c0ee1a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

libnmap/parser.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,9 @@ def parse(cls, nmap_data=None, data_type="XML", incomplete=False):
3434
3535
:param incomplete: enable you to parse interrupted nmap scans \
3636
and/or incomplete nmap xml blocks by adding a </nmaprun> at \
37-
the end of the scan.
37+
the end of the scan. Be aware that this flag does not work for \
38+
already valid XML files, because adding an XML tag will \
39+
invalidate the XML.
3840
:type incomplete: boolean
3941
4042
As of today, only XML parsing is supported.

0 commit comments

Comments
 (0)