tag 522700 - patch
thanks

> 85c85,88
> <         self.stanzas.append(ControlStanza(fh.read()))
> ---
> >         res = fh.read()
> >         if not res:
> >             sys.exit(1)
> >         self.stanzas.append(ControlStanza(res))


You just can't do that, it makes apt-listchanges not show logs silently,
you've got to report an error, and currently there is no mechanism to do
so (which sucks clearly) but it won't be a 3-liner.

-- 
·O·  Pierre Habouzit
··O                                                madco...@debian.org
OOO                                                http://www.madism.org



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to