Commit 415723a
refactor: remove dead load_marketplace_skill_names, log Plugin.load failures
load_marketplace_skill_names lost its only production caller when
the previous commit switched load_public_skills to use
_load_marketplace_object directly. Remove it and its 4 tests.
Replace the silent 'except Exception: pass' in the remote fetch
path with a logger.debug so Plugin.load failures are visible when
debugging.
Co-authored-by: openhands <openhands@all-hands.dev>1 parent ca89b9a commit 415723a
File tree
2 files changed
+6
-72
lines changed- openhands-sdk/openhands/sdk/context/skills
- tests/sdk/context/skill
2 files changed
+6
-72
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
900 | 900 | | |
901 | 901 | | |
902 | 902 | | |
903 | | - | |
904 | | - | |
905 | | - | |
906 | | - | |
907 | | - | |
908 | | - | |
909 | | - | |
910 | | - | |
911 | | - | |
912 | | - | |
913 | | - | |
914 | | - | |
915 | | - | |
916 | | - | |
917 | | - | |
918 | | - | |
919 | | - | |
920 | | - | |
921 | | - | |
922 | | - | |
923 | | - | |
924 | | - | |
925 | | - | |
926 | | - | |
927 | | - | |
928 | | - | |
929 | 903 | | |
930 | 904 | | |
931 | 905 | | |
| |||
1045 | 1019 | | |
1046 | 1020 | | |
1047 | 1021 | | |
1048 | | - | |
1049 | | - | |
| 1022 | + | |
| 1023 | + | |
| 1024 | + | |
| 1025 | + | |
| 1026 | + | |
| 1027 | + | |
1050 | 1028 | | |
1051 | 1029 | | |
1052 | 1030 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
16 | 15 | | |
17 | 16 | | |
18 | 17 | | |
| |||
674 | 673 | | |
675 | 674 | | |
676 | 675 | | |
677 | | - | |
678 | | - | |
679 | | - | |
680 | | - | |
681 | | - | |
682 | | - | |
683 | | - | |
684 | | - | |
685 | | - | |
686 | | - | |
687 | | - | |
688 | | - | |
689 | | - | |
690 | | - | |
691 | | - | |
692 | | - | |
693 | | - | |
694 | | - | |
695 | | - | |
696 | | - | |
697 | | - | |
698 | | - | |
699 | | - | |
700 | | - | |
701 | | - | |
702 | | - | |
703 | | - | |
704 | | - | |
705 | | - | |
706 | | - | |
707 | | - | |
708 | | - | |
709 | | - | |
710 | | - | |
711 | | - | |
712 | | - | |
713 | | - | |
714 | | - | |
715 | | - | |
716 | | - | |
717 | | - | |
718 | | - | |
719 | | - | |
720 | 676 | | |
721 | 677 | | |
722 | 678 | | |
| |||
0 commit comments