Skip to content

Commit

Permalink
Merge pull request #553 from Teingi/2.5.x_1113
Browse files Browse the repository at this point in the history
Add the missing dependency packages for the 'analyze memory' function
  • Loading branch information
wayyoungboy authored Nov 14, 2024
2 parents 7637458 + 5d3b2c0 commit b11acae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion init_obdiag_cmd.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ _obdiag_completion() {
;;
analyze)
if [ "$COMP_CWORD" -eq 2 ]; then
type_list="log flt_trace parameter variable index_space queue"
type_list="log flt_trace parameter variable index_space queue memory"
elif [ "${COMP_WORDS[2]}" = "parameter" ] && [ "$COMP_CWORD" -eq 3 ]; then
type_list="diff default"
elif [ "${COMP_WORDS[2]}" = "variable" ] && [ "$COMP_CWORD" -eq 3 ]; then
Expand Down
1 change: 1 addition & 0 deletions requirements3.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,4 @@ netifaces==0.11.0
kubernetes==30.1.0
setuptools==65.6.3
pyminizip==0.2.6
plotly==5.24.1

0 comments on commit b11acae

Please sign in to comment.