From 9395c0850da2a764fcc150b4b23e1dbdf5e75758 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sat, 9 Apr 2016 02:20:45 +0300 Subject: testxml: fix some typos. --- testxml/testxml.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'testxml/testxml.py') diff --git a/testxml/testxml.py b/testxml/testxml.py index 3752076..59e5b88 100755 --- a/testxml/testxml.py +++ b/testxml/testxml.py @@ -591,7 +591,7 @@ def testSpriteFile(id, fullPath, file, fileLoc, dnum, variant, checkAction, iser try: name = action.attributes["name"].value except: - showMsgSprite("no action name", iserr) + showMsgSprite(fileLoc, "no action name", iserr) continue try: hp = action.attributes["hp"].value @@ -1271,7 +1271,7 @@ def testTargetCursor(id, node, file): try: targetCursor = node.attributes["targetCursor"].value if targetCursor != "small" and targetCursor != "medium" and targetCursor != "large": - showMsgFile(id, "unknown target cursor " + targetCursor) + showMsgFile(id, "unknown target cursor " + targetCursor, True) except: None -- cgit v1.2.3-60-g2f50