diff --git a/scripts/sysprofiler.py b/scripts/sysprofiler.py index 84b4c99..3864caf 100644 --- a/scripts/sysprofiler.py +++ b/scripts/sysprofiler.py @@ -526,7 +526,7 @@ def cpydProfile(logMsg,warn=None): cpydProfile(("IOMMU : "+"Available")) if vfcIommu == 0: cpydProfile(("IOMMU : "+"Unavailable"),True) - warnings.append("NO IOMMU groups are accessible on the system,") + warnings.append("No IOMMU groups are accessible on the system,") warnings.append("kernel parameters or UEFI settings may be wrong\n") time.sleep(0.1) progressUpdate(57) @@ -536,7 +536,7 @@ def cpydProfile(logMsg,warn=None): cpydProfile(("Libvirtd : "+"Enabled and running")) if vfcLibvirtd == 0: cpydProfile(("Libvirtd : "+"Disabled"),True) - warnings.append("The libvirt daemon does not appear to be enabled") + warnings.append("The libvirt daemon does not appear to be enabled\n") cpydProfile(" ") if depQemu == 0: @@ -681,7 +681,7 @@ def cpydProfile(logMsg,warn=None): #cpydProfile(" ⌈ ") else: cpydProfile(("UserBlobs : NO"),True) - warnings.append("NO user blobs were found\n") + warnings.append("No user blobs were found\n") time.sleep(0.1) progressUpdate(70) @@ -928,4 +928,4 @@ def cpydProfile(logMsg,warn=None): print(" Finished gathering information") print("\n The system profiler has gathered \n information about your system. \n\n The log is now available at:\n "+color.BOLD+"./logs/SPT_"+logTime+".log"+color.END+"\n\n\n\n\n ") time.sleep(1) -os.system("xdg-open ./logs/SPT_"+logTime+".log") \ No newline at end of file +os.system("xdg-open ./logs/SPT_"+logTime+".log")