Update notepadpp.py
This commit is contained in:
parent
9947dae00a
commit
31584d5bdb
|
@ -48,7 +48,7 @@ class NotepadPPDump:
|
|||
file_content = b""
|
||||
f.write(file_content)
|
||||
|
||||
# Stores files in loot\PowerShellHistory
|
||||
# Stores files in loot\NotepadPP
|
||||
os.makedirs(f"{self.context.output_dir}/../NotepadPP", exist_ok=True)
|
||||
local_filepath = os.path.join(
|
||||
f"{self.context.output_dir}/../NotepadPP",
|
||||
|
|
Loading…
Reference in New Issue