Skip to content

Commit

Permalink
HUGE commit
Browse files Browse the repository at this point in the history
  • Loading branch information
xifil authored Nov 7, 2024
1 parent 7af0bd1 commit e610d8e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion verifyMixins.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# hi from force build - 7/11/24, Lifix
from pathlib import Path
import re

Expand Down Expand Up @@ -25,4 +26,4 @@
if incorrect == 1:
tense_has_have = "has"

print(f"Finished. {correct}/{total} Mixin names are formatted properly, {incorrect} {tense_has_have} been found as incorrect.")
print(f"Finished. {correct}/{total} Mixin names are formatted properly, {incorrect} {tense_has_have} been found as incorrect.")

0 comments on commit e610d8e

Please sign in to comment.