From 6c0e1f3d3b3a9f56297cb721daa7431222d5ef25 Mon Sep 17 00:00:00 2001 From: Valtteri Kokkoniemi Date: Sat, 16 Apr 2011 13:20:00 -0400 Subject: Fix bd->bugdir typo in import_xml. --- libbe/command/import_xml.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libbe') diff --git a/libbe/command/import_xml.py b/libbe/command/import_xml.py index bd25372..b4da2fd 100644 --- a/libbe/command/import_xml.py +++ b/libbe/command/import_xml.py @@ -184,7 +184,7 @@ class Import_XML (libbe.command.Command): except KeyError: old = None if old == None: - bd.append(new) + bugdir.append(new) else: old.load_comments(load_full=True) old.merge(new, accept_changes=accept_changes, -- cgit