summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-06-10 04:12:35 -0300
committerJesusaves <cpntb1@ymail.com>2021-06-10 04:12:35 -0300
commitd690c5b1b2282819b9b6876d4eaed6a98253a19c (patch)
tree5c47644977afeaf673d805439e72e404eca35a33
parent4daa4d660583b993323dadc82e2946dbb567e830 (diff)
downloadmessworld-tools-d690c5b1b2282819b9b6876d4eaed6a98253a19c.tar.gz
messworld-tools-d690c5b1b2282819b9b6876d4eaed6a98253a19c.tar.bz2
messworld-tools-d690c5b1b2282819b9b6876d4eaed6a98253a19c.tar.xz
messworld-tools-d690c5b1b2282819b9b6876d4eaed6a98253a19c.zip
Comment a CI rule
-rwxr-xr-xCI/testxml/testxml.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/CI/testxml/testxml.py b/CI/testxml/testxml.py
index 1fb7b35..f26af4d 100755
--- a/CI/testxml/testxml.py
+++ b/CI/testxml/testxml.py
@@ -345,8 +345,8 @@ def testSprites(id, node, checkGender, isNormalDye, isMust, checkAction, iserr):
if len(sprites) == 0 or len(sprites[0].childNodes) == 0:
if nosprite == False:
showMsg(id, "no sprite tags found", "", iserr)
- elif len(sprites) > 3 and checkGender:
- showMsg(id, "incorrect number of sprite tags", "", iserr)
+ #elif len(sprites) > 3 and checkGender:
+ # showMsg(id, "incorrect number of sprite tags", "", iserr)
elif len(sprites) == 1:
file = sprites[0].childNodes[0].data
if checkGender: