Repair production automation truth and schedule cleanup
This commit is contained in:
parent
8bcb416285
commit
944fd158de
19 changed files with 441 additions and 64 deletions
|
|
@ -877,9 +877,7 @@ def _load_output_schema(schema_path: str) -> dict[str, Any] | None:
|
|||
if not schema_path:
|
||||
return None
|
||||
|
||||
from activity_core.runtime_paths import resolve_runtime_path
|
||||
|
||||
path = resolve_runtime_path(schema_path)
|
||||
path = Path(schema_path).expanduser()
|
||||
if not path.exists():
|
||||
return None
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue