fortra / impacket

Impacket is a collection of Python classes for working with network protocols.
https://www.coresecurity.com
Other
12.98k stars 3.49k forks source link

Fixed Syntax Warning Errors in dacledit.py #1742

Open tjcim opened 1 month ago

tjcim commented 1 month ago

Fixed SyntaxWarning: invalid escape sequence in the WELL_KNOWN_SIDS dictionary by using double \\.

image

The file is also formatted using black.