mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 08:46:37 -04:00
remove obsolete data check in import
This commit is contained in:
parent
ff585f1c5f
commit
402c065614
1 changed files with 0 additions and 2 deletions
|
@ -128,8 +128,6 @@ class ImportDialog(QDialog):
|
|||
return
|
||||
except Exception, e:
|
||||
msg = _("Import failed: %s\n") % `e`
|
||||
if hasattr(e, "data"):
|
||||
msg += e.data
|
||||
self.dialog.status.setText(msg)
|
||||
return
|
||||
finally:
|
||||
|
|
Loading…
Reference in a new issue