Quote:
Originally Posted by un_pogaz
Sorry for the title (miss click) a mod can edit to "Error to Edit Metadata, Calibre 6.19"
When you try to "Edit the Metadata" of One book, the following error ocurs
Calibre 6.19 (Windows)
Code:
calibre, version 6.19.0
ERREUR : Exception non gérée: <b>TypeError</b>:'str' object is not callable
|
German Version here, but the same error.
Perhaps the line:
Code:
return clean_text(str(self.currentText()))
must read:
Code:
return clean_text(str(self.currentTextChanged()))