fix: add import path support for python sources
This commit is contained in:
@@ -20,6 +20,7 @@ def _python_sources(config: WorkflowConfigFile) -> dict[str, CapabilitySource]:
|
||||
return {
|
||||
source.id: load_python_source(
|
||||
source_id=source.id,
|
||||
path=source.path,
|
||||
module=source.module,
|
||||
registry=source.registry,
|
||||
enabled=source.enabled,
|
||||
|
||||
Reference in New Issue
Block a user