[Bug 1711026] Re: [FTBFS] byobu fails pep8 check with E722
Steve Langasek
steve.langasek at canonical.com
Thu Aug 17 23:21:15 UTC 2017
** Also affects: byobu (Ubuntu)
Importance: Undecided
Status: New
** Changed in: byobu (Ubuntu)
Status: New => Fix Committed
** Changed in: byobu (Ubuntu)
Assignee: (unassigned) => Steve Langasek (vorlon)
--
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
Status in byobu package in Ubuntu:
Fix Committed
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