aboutsummaryrefslogtreecommitdiffstats
path: root/libbe/mapfile.py
diff options
context:
space:
mode:
authorW. Trevor King <wking@drexel.edu>2008-12-04 12:24:24 -0500
committerW. Trevor King <wking@drexel.edu>2008-12-04 12:24:24 -0500
commitef6b94bbba261c38ed9f136c4b370e07b9edf0fb (patch)
treec3b593b7741c8578b62143b3411e46abce00fcc3 /libbe/mapfile.py
parentebeca26c2c8fdf2dab77c57e1e1ab9b2a0a704dc (diff)
downloadbugseverywhere-ef6b94bbba261c38ed9f136c4b370e07b9edf0fb.tar.gz
Closed a few old bugs that seem outdated/dealt with.
Diffstat (limited to 'libbe/mapfile.py')
-rw-r--r--libbe/mapfile.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/libbe/mapfile.py b/libbe/mapfile.py
index f53f72c..c36d454 100644
--- a/libbe/mapfile.py
+++ b/libbe/mapfile.py
@@ -100,7 +100,7 @@ def parse(contents):
if len(line.split("=")) == 2:
old_format = True
break
- if old_format: # translate to YAML
+ if old_format: # translate to YAML. Hack to deal with old BE bugs.
newlines = []
for line in contents.splitlines():
line = line.rstrip('\n')