From 04f35b8ccaa2f3e581b9a807935d5fb09feaa60e Mon Sep 17 00:00:00 2001 From: Sam Ruby Date: Wed, 27 Dec 2006 16:07:38 -0500 Subject: [PATCH] Fix typo --- planet/splice.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/planet/splice.py b/planet/splice.py index 750040d..2c23b09 100644 --- a/planet/splice.py +++ b/planet/splice.py @@ -81,7 +81,7 @@ def splice(): if sources: ids = sources[0].getElementsByTagName('id') if ids and ids[0].childNodes[0].nodeValue not in sub_ids: - ids = sources[0].getElementsByTagName('planet_id') + ids = sources[0].getElementsByTagName('planet:id') if not ids: continue if ids[0].childNodes[0].nodeValue not in sub_ids: continue