Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
Signed-off-by: Coopydood <[email protected]>
  • Loading branch information
Coopydood authored May 21, 2024
1 parent 89b3e6a commit 00c5c32
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions scripts/sysprofiler.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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:
Expand Down Expand Up @@ -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)
Expand Down Expand Up @@ -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")
os.system("xdg-open ./logs/SPT_"+logTime+".log")

0 comments on commit 00c5c32

Please sign in to comment.