diff --git a/src/registry.py b/src/registry.py index 161373962..3ce1c1cb0 100644 --- a/src/registry.py +++ b/src/registry.py @@ -78,11 +78,12 @@ def open(filename, clear=False): acc += line[:-1] continue else: - acc = line + acc += line try: (key, value) = re.split(r'(?