X-Git-Url: https://git.distorted.org.uk/~mdw/chopwood/blobdiff_plain/c8d6d67be719368ddcd4c9e94866d4a42fabb952..1f8350d2e314e9497fd58c11a125f15b51e98238:/backend.py diff --git a/backend.py b/backend.py index 8c4d4d1..1967cda 100644 --- a/backend.py +++ b/backend.py @@ -136,7 +136,7 @@ class FlatFileRecord (BasicRecord): raise U.ExpectedError, \ (500, "New `%s' field contains %s" % (k, what)) fields[v] = val - return me._delim.join(fields) + return me._delim.join(fields) + '\n' class FlatFileBackend (object): """ @@ -208,7 +208,6 @@ class FlatFileBackend (object): f_out.write(line) else: f_out.write(rec._format()) - f_out.write('\n') ## Update the permissions on the new file. Don't try to fix the ## ownership (we shouldn't be running as root) or the group (the