[Bug 1711026] Re: [FTBFS] byobu fails pep8 check with E722
Tiago Stürmer Daitx
1711026 at bugs.launchpad.net
Thu Aug 17 20:07:31 UTC 2017
Attaching debdiff.
** Patch added: "byobu_5.121-0ubuntu1_5.121-0ubuntu2.debdiff"
https://bugs.launchpad.net/byobu/+bug/1711026/+attachment/4934393/+files/byobu_5.121-0ubuntu1_5.121-0ubuntu2.debdiff
--
You received this bug notification because you are a member of Ubuntu
Sponsors Team, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/1711026
Title:
[FTBFS] byobu fails pep8 check with E722
Status in byobu:
New
Bug description:
pep8 now checks for E722 - ie. bare exceptions.
The fix is easy:
try:
something
-except:
-except Exception:
something else
To manage notifications about this bug go to:
https://bugs.launchpad.net/byobu/+bug/1711026/+subscriptions
More information about the Ubuntu-sponsors
mailing list