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
Describe the bug
Plugin loading only triggered by executing xcube.cli. When testing the xcube gen plugins, they need the plugins loaded when executing xcube.api.gen.gen. Otherwise they observe an import error.
xcube plugin loading shall only occur when xcube code is executed, not while its modules are imported: at the moment this only happens when code of xcube.cli is executed, but would be needed whithin xcube.api.gen.gen as well.
This issue is related to #49.
This issue is related to closed issue #62
The text was updated successfully, but these errors were encountered:
AliceBalfanz
added
xcube gen
This is related to data cube generation, CLI "xcube gen"
and removed
xcube gen
This is related to data cube generation, CLI "xcube gen"
labels
May 10, 2019
Describe the bug
Plugin loading only triggered by executing
xcube.cli
. When testing the xcube gen plugins, they need the plugins loaded when executingxcube.api.gen.gen
. Otherwise they observe an import error.xcube plugin loading shall only occur when xcube code is executed, not while its modules are imported: at the moment this only happens when code of
xcube.cli
is executed, but would be needed whithin xcube.api.gen.gen as well.This issue is related to #49.
This issue is related to closed issue #62
The text was updated successfully, but these errors were encountered: