Commit 729eb32
authored
engine: remove duplicated word in unreloadable plugin error message (#5388)
**Which issue(s) this PR fixes**:
Fixes #
**What this PR does / why we need it**:
The ConfigError raised on reload read "Unreloadable plugin plugin: ..."
— removed the duplicated "plugin".
**Docs Changes**:
N/A
**Release Note**:
* engine: remove duplicated word in unreloadable plugin error message
---------
Signed-off-by: Seonghyun Hong <s3onghyun.hong@gmail.com>1 parent 3b34a7b commit 729eb32
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
186 | 186 | | |
187 | 187 | | |
188 | 188 | | |
189 | | - | |
| 189 | + | |
190 | 190 | | |
191 | 191 | | |
192 | 192 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
194 | 194 | | |
195 | 195 | | |
196 | 196 | | |
197 | | - | |
| 197 | + | |
198 | 198 | | |
199 | 199 | | |
200 | 200 | | |
| |||
0 commit comments