You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, a narration index is basically mandatory. Line 203 in bb_import.py causes a TypeError to be thrown because that index is NoneType. Can be fixed by checking for the existence of args.indexes.narration. I will create a pull request.
The text was updated successfully, but these errors were encountered:
Currently, a narration index is basically mandatory. Line 203 in
bb_import.py
causes a TypeError to be thrown because that index isNoneType
. Can be fixed by checking for the existence ofargs.indexes.narration
. I will create a pull request.The text was updated successfully, but these errors were encountered: