Skip to content

Commit c55b692

Browse files
update message
1 parent 8194381 commit c55b692

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ads/model/generic_model.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ def __init__(self, state: str):
154154

155155
class ArtifactsNotAvailableError(Exception):
156156
def __init__(
157-
self, msg="Model artifacts are either not generated or not available locally. "
157+
self, msg="Model artifacts are either not generated or not available locally."
158158
):
159159
super().__init__(msg)
160160

@@ -1472,6 +1472,7 @@ def download_artifact(
14721472
self.local_copy_dir = model_artifact.local_copy_dir
14731473
self.model_artifact = model_artifact
14741474
self.reload_runtime_info()
1475+
14751476
self._summary_status.update_status(
14761477
detail="Generated score.py",
14771478
status=ModelState.DONE.value,

0 commit comments

Comments
 (0)