=== modified file 'bugHelper/XMLOperations.py' --- bugHelper/XMLOperations.py 2007-04-23 09:41:59 +0000 +++ bugHelper/XMLOperations.py 2007-05-08 08:24:29 +0000 @@ -96,7 +96,7 @@ res = clue_node.xpathEval("info/text()") if not res: print "No tag for clue file: %s" % xml_file - return (None, None) + return ([],[],[]) info = [n.content for n in res][0] # conditions part