[Bug 1615539] Re: Conflict with puppet module locales
Patrick Hervieux
1615539 at bugs.launchpad.net
Mon Aug 22 09:03:31 UTC 2016
** Description changed:
Puppet will automatically modify file /usr/share/i18n/SUPPORTED.
It adds two lines: one comment and one new line.
- At line 36 in /usr/share/system-config-kickstart/hardwareLists.py (2.5.20 on Ubuntu 16.04), the script will crash when it splits the second line (the empty new line) on a space (\n) because this line doesn't contain any character and python give this error:
+ At line 36 in /usr/share/system-config-kickstart/hardwareLists.py (2.5.20 on Ubuntu 16.04), the script will crash when it splits the second line (the empty new line) into a space (\n) because this line doesn't contain any character and python give this error:
IndexError: list index out of range.
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to system-config-kickstart in
Ubuntu.
https://bugs.launchpad.net/bugs/1615539
Title:
Conflict with puppet module locales
Status in system-config-kickstart package in Ubuntu:
New
Bug description:
Puppet will automatically modify file /usr/share/i18n/SUPPORTED.
It adds two lines: one comment and one new line.
At line 36 in /usr/share/system-config-kickstart/hardwareLists.py (2.5.20 on Ubuntu 16.04), the script will crash when it splits the second line (the empty new line) into a space (\n) because this line doesn't contain any character and python give this error:
IndexError: list index out of range.
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/system-config-kickstart/+bug/1615539/+subscriptions
More information about the foundations-bugs
mailing list