Skip to content

Commit

Permalink
Update sysprofiler with lower blob count
Browse files Browse the repository at this point in the history
  • Loading branch information
Coopydood committed Jun 16, 2024
1 parent 4fbeb47 commit 43281e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/sysprofiler.py
Original file line number Diff line number Diff line change
Expand Up @@ -705,7 +705,7 @@ def cpydProfile(logMsg,warn=None):
time.sleep(0.1)
progressUpdate(65)
if len(userBlobList) > 0:
if len(userBlobList) < 17:
if len(userBlobList) < 16:
cpydProfile(("UserBlobs : YES ("+str(len(userBlobList))+" total)"),True)
warnings.append("Only "+str(len(userBlobList))+" user blobs are present while more are expected,")
warnings.append("might be from an old repo version or integrity damage\n")
Expand Down

0 comments on commit 43281e5

Please sign in to comment.