X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2Fbup%2Fdrecurse.py;fp=lib%2Fbup%2Fdrecurse.py;h=866045ff680a313373d9e67d16a1756876412156;hb=89ac418d84e29ba482bbd21ebc1172c2d1ff5507;hp=e0855c83197a241d50e79988ae0f5497d0cf68ad;hpb=51bd5832b391f4c128cc42a3a5970733775f1ba7;p=bup.git diff --git a/lib/bup/drecurse.py b/lib/bup/drecurse.py index e0855c8..866045f 100644 --- a/lib/bup/drecurse.py +++ b/lib/bup/drecurse.py @@ -132,7 +132,7 @@ def parse_excludes(flags): for exclude_path in f.readlines(): excluded_paths.append(realpath(exclude_path.strip())) except Error, e: - log("warning: couldn't read %s" % parameter) + log("warning: couldn't read %s\n" % parameter) finally: f.close()