X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/hippotat/blobdiff_plain/ff0fc3fa841805cb45013d4fdb3c0ca142b7a330..063bf41e5cfc587f419883a7ed45c7b51e0d6716:/hippotatlib/ownsource.py diff --git a/hippotatlib/ownsource.py b/hippotatlib/ownsource.py index ac467f0..135abeb 100644 --- a/hippotatlib/ownsource.py +++ b/hippotatlib/ownsource.py @@ -103,10 +103,10 @@ class SourceShipmentPreparer(): return [] r = [] for l in excl: - l.strip + l = l.strip() if l.startswith('#'): next if not len(l): next - r += l + r.append(l) return r def src_likeparent_git(s, src):