aboutsummaryrefslogtreecommitdiffstats
path: root/libbe/command/import_xml.py
diff options
context:
space:
mode:
authorValtteri Kokkoniemi <rvk@iki.fi>2011-04-16 13:20:00 -0400
committerW. Trevor King <wking@drexel.edu>2011-04-16 13:20:00 -0400
commit6c0e1f3d3b3a9f56297cb721daa7431222d5ef25 (patch)
tree733f93c2e0e077a8f93ae53156138ae84b061c89 /libbe/command/import_xml.py
parent6772ae4d0de720c79686e4107c67eeb72f62bbb5 (diff)
downloadbugseverywhere-6c0e1f3d3b3a9f56297cb721daa7431222d5ef25.tar.gz
Fix bd->bugdir typo in import_xml.
Diffstat (limited to 'libbe/command/import_xml.py')
-rw-r--r--libbe/command/import_xml.py2
1 files changed, 1 insertions, 1 deletions
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,