about summary refs log tree commit diff stats
path: root/src/plugins/python_plugins.h
diff options
context:
space:
mode:
authorJohn Hernandez <129467592+H3rnand3zzz@users.noreply.github.com>2023-04-19 03:29:23 +0200
committerJohn Hernandez <129467592+H3rnand3zzz@users.noreply.github.com>2023-04-19 03:29:23 +0200
commita54e5413cadfa57e4b55b994939f01f02b04b5de (patch)
tree6eca02fe32bdb850ef051654c5cdf97219f06968 /src/plugins/python_plugins.h
parent96f9a84f019d234ad91bd99409cd170c63aec4fc (diff)
downloadprofani-tty-a54e5413cadfa57e4b55b994939f01f02b04b5de.tar.gz
Fix `/plugins update`
Before it tried to unload the plugin first and check the output.
But if broken plugin was loaded, then it couldn't unload it,
so before it require uninstall and install after it,
making update useless for plugin development purposes.

Unload is part of the uninstall so no unload is needed inside of the cmd function.

Refactoring of cmd_plugins_update.
Diffstat (limited to 'src/plugins/python_plugins.h')
0 files changed, 0 insertions, 0 deletions
id='n40' href='#n40'>40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141