Skip to content

Commit c899cd3

Browse files
committed
fix: clarify skill registration warning
1 parent 465d4f6 commit c899cd3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/specify_cli/extensions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1756,7 +1756,7 @@ def register_enabled_extensions_for_agent(self, agent_name: str) -> None:
17561756
ext_id,
17571757
skills_err,
17581758
continuing=(
1759-
"Continuing with command registration for this "
1759+
"Continuing with available registration results for this "
17601760
"extension and the remaining extensions."
17611761
),
17621762
)

tests/test_extension_skills.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1121,7 +1121,7 @@ def fail_skills(self, manifest, ext_dir, link_outputs=False):
11211121

11221122
captured = capsys.readouterr()
11231123
assert "register extension skills for extension 'skill-fail'" in captured.out
1124-
assert "Continuing with command registration" in captured.out
1124+
assert "Continuing with available registration results" in captured.out
11251125

11261126
def test_existing_agent_command_path_file_is_not_detected(
11271127
self, project_dir, temp_dir

0 commit comments

Comments
 (0)