We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca4879c commit 91ecab0Copy full SHA for 91ecab0
i3dChecker.py
@@ -399,7 +399,7 @@ def check_light_links(xmlTree):
399
)
400
401
if len(textList) == 1:
402
- textList.append(" no lights found.")
+ textList.append(" all good.")
403
404
return textList
405
@@ -430,7 +430,7 @@ def check_collisions(xmlTree):
430
431
432
433
434
435
436
0 commit comments