Skip to content

Commit 8f44274

Browse files
FreddieDevsavon-noir
authored andcommitted
Fix Windows charmap exception for quote characters
When installing on Windows with `pip install python-libnmap`, these characters cause the error: ``` UnicodeDecodeError: 'charmap' codec can't decode byte 0x9d in position 1117: character maps to <undefined> ```
1 parent 4e969dd commit 8f44274

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,10 @@ The lib currently offers the following modules:
3636
de/serialize scan results in a json format
3737
- **diff**: enables you to see what changed between two scans
3838
- **common**: contains basic nmap objects like NmapHost and
39-
NmapService. It is to note that each object can be diff()ed with
39+
NmapService. It is to note that each object can be "diff()ed" with
4040
another similar object.
4141
- **plugins**: enables you to support datastores for your scan results
42-
directly in the NmapReport object. from report module:
42+
directly in the "NmapReport" object. from report module:
4343

4444
- mongodb: insert/get/getAll/delete
4545
- sqlalchemy: insert/get/getAll/delete

0 commit comments

Comments
 (0)