Skip to content

Commit 2563bf1

Browse files
committed
Fixes GIT operator loader.
1 parent 9d83e05 commit 2563bf1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ads/opctl/operator/common/operator_loader.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -618,6 +618,7 @@ def _load(self, **kwargs: Dict) -> OperatorInfo:
618618

619619
# Clean up the temporary directory
620620
repo.close()
621+
return _operator_info(path=uri_dst)
621622

622623
def cleanup(self, **kwargs: Dict) -> None:
623624
"""Cleans up all temporary files and folders created during operator loading.

0 commit comments

Comments
 (0)