Comment 6 for bug 813686

Revision history for this message
Salvador Banderas Rovira (ragart) wrote :

Similar problem when trying to extract all games to WDF:

(Wiithon 1.26 (rev 503))

Traceback (most recent call last):
  File "/usr/share/wiithon/extraer.py", line 79, in empieza_conversion
    self.extraer_juego(juego)
  File "/usr/share/wiithon/extraer.py", line 46, in extraer_juego
    if self.padre.core.existeExtraido(juego , self.salida, self.formato_destino):
  File "/usr/share/wiithon/core.py", line 402, in existeExtraido
    fichero = "%s [%s].wdf" % (juego.title, juego.idgame)
AttributeError: 'list' object has no attribute 'title'

Saludos,

Salvador Banderas