Also strip duplicate \n from the below.

This commit is contained in:
Dimitri John Ledkov 2018-11-09 22:47:27 +00:00
parent ba0260690e
commit 9a8d7117e3
2 changed files with 2 additions and 1 deletions

1
debian/changelog vendored
View File

@ -3,6 +3,7 @@ livecd-rootfs (2.545) disco; urgency=medium
[ Dimitri John Ledkov ]
* Do not mount result, on top of lowerdir, appears to fail in
disco. Should unblock building server-live images in disco.
* Also strip duplicate \n from the below.
[ Cody Shepherd ]
* Fix snap-seed-parse to take filename argument instead of printing to

View File

@ -16,7 +16,7 @@ import yaml
def log(msg):
print("snap-seed-parse: {}\n".format(msg))
print("snap-seed-parse: {}".format(msg))
log("Parsing seed.yaml")