Temporary solution, from #debian-devel in oftc:
< pkern> amaya: The fix is to add "return list" as the last line of
"get_multiline" in /usr/share/reportbug/reportbug_ui_text.py
This would look like this on my system, and it works:
starting at line 216:
def get_multiline(prompt):
ewrite('\n')
ewrite(indent_wrap_text(prompt + " Press ENTER on a blank line to
continue."))
list = []
while 1:
entry = get_string('', force_prompt=True).strip()
if not entry:
break
list.append(entry)
ewrite('\n')
return list
I hope this helps.
Thanks!
--
ยท''`. Policy is your friend. Trust the Policy.
: :' : Love the Policy. Obey the Policy. -- Lars Wirzenius
`. `' Proudly running unstable Debian GNU/Linux
`- www.amayita.com www.malapecora.com www.chicasduras.com