Skip to content

Commit 91ecab0

Browse files
committed
typos.
1 parent ca4879c commit 91ecab0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

i3dChecker.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,7 @@ def check_light_links(xmlTree):
399399
)
400400

401401
if len(textList) == 1:
402-
textList.append(" no lights found.")
402+
textList.append(" all good.")
403403

404404
return textList
405405

@@ -430,7 +430,7 @@ def check_collisions(xmlTree):
430430
)
431431

432432
if len(textList) == 1:
433-
textList.append(" no lights found.")
433+
textList.append(" all good.")
434434

435435
return textList
436436

0 commit comments

Comments
 (0)