Commit e6ff1af
committed
fix(cleanup): properly handle FileSR exception for slave check
A plugin is used by the `_checkSlave` helper.
Therefore, `call_plugin` is executed instead of a command helper, which means that `CommandException` cannot be raised.
Signed-off-by: Arnaud Garcia-Fernandez <arnaud.garcia-fernandez@vates.tech>1 parent 6950a5e commit e6ff1af
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2598 | 2598 | | |
2599 | 2599 | | |
2600 | 2600 | | |
2601 | | - | |
| 2601 | + | |
2602 | 2602 | | |
2603 | 2603 | | |
2604 | 2604 | | |
| |||
0 commit comments