-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Labels
bugSomething isn't workingSomething isn't working
Description
layout_manager.py currently has the responsibility of trying to import the optional Calibre dataprep functionality. However, layout_manager.py is imported before sys.path is configured based on information from bag_config.yaml. This means that if your BPG setup relies on setting sys.path to find the calibre dataprep class, dataprep will fail.
This can be fixed by adjusting import order in __init__.py
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working