mirror of
https://github.com/outbackdingo/OpCore-Simplify.git
synced 2026-01-27 10:19:49 +00:00
Update report directory path
This commit is contained in:
@@ -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("")
|
||||
|
||||
Reference in New Issue
Block a user