Skip to content

Commit 4522f00

Browse files
committed
Add comment
1 parent 9a16a4f commit 4522f00

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

nxc/modules/daclread.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,8 @@ class NXCModule:
209209
def __init__(self, context=None, module_options=None):
210210
self.context = context
211211
self.module_options = module_options
212+
213+
# Initialize module variables
212214
self.principal_sAMAccountName = None
213215
self.principal_sid = None
214216
self.action = "read"

0 commit comments

Comments
 (0)