Comment 3 for bug 279003

Revision history for this message
Vitaly Petrov (kafik) wrote :

Error in filteredcommand.py
    def choices_untranslated(self, question):
        choices = unicode(self.db.metaget(question, 'choices-c'),
                          'utf-8', 'replace')
        return self.split_choices(choices)

choices = ""