Update report directory path

This commit is contained in:
Hoang Hong Quan
2025-11-15 19:16:42 +07:00
parent 45b8669cc0
commit 390c7ec8a0

View File

@@ -53,7 +53,7 @@ class OCPE:
if user_input.lower() == "e":
hardware_sniffer = self.o.gather_hardware_sniffer()
report_dir = os.path.join(os.getcwd(), "SysReport")
report_dir = os.path.join(os.path.dirname(os.path.realpath(__file__)), "SysReport")
self.u.head("Exporting Hardware Report")
print("")