Selaa lähdekoodia

fix(base_node): change BaseNodeError exception type from Exception to ValueError (#11952)

Signed-off-by: -LAN- <laipz8200@outlook.com>
tags/0.14.2
-LAN- 10 kuukautta sitten
vanhempi
commit
21a31d7f8b
No account linked to committer's email address
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1
    1
      api/core/workflow/nodes/base/exc.py

+ 1
- 1
api/core/workflow/nodes/base/exc.py Näytä tiedosto

@@ -1,4 +1,4 @@
class BaseNodeError(Exception):
class BaseNodeError(ValueError):
"""Base class for node errors."""

pass

Loading…
Peruuta
Tallenna