Code review comment for lp://qastaging/~tomasgroth/openlp/pysword-import

Revision history for this message
Raoul Snyman (raoul-snyman) wrote :

I tried to do an import from a SWORD Bible I already have, and I got this error as the import itself started.

Traceback (most recent call last):
  File "/home/raoul/Projects/OpenLP/OpenLP/pysword-import/openlp/core/ui/wizard.py", line 217, in on_current_id_changed
    self.perform_wizard()
  File "/home/raoul/Projects/OpenLP/OpenLP/pysword-import/openlp/plugins/bibles/forms/bibleimportform.py", line 805, in perform_wizard
    if importer.do_import(license_version):
TypeError: do_import() takes 1 positional argument but 2 were given

review: Needs Fixing

« Back to merge proposal