diff options
Diffstat (limited to 'libbe/mapfile.py')
-rw-r--r-- | libbe/mapfile.py | 2 |
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') |