From 390c7ec8a0fa32e3b1e2b4b0993715bc383fdf96 Mon Sep 17 00:00:00 2001 From: Hoang Hong Quan Date: Sat, 15 Nov 2025 19:16:42 +0700 Subject: [PATCH] Update report directory path --- OpCore-Simplify.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpCore-Simplify.py b/OpCore-Simplify.py index 2fae6a9..15194d6 100644 --- a/OpCore-Simplify.py +++ b/OpCore-Simplify.py @@ -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("")