Преглед изворни кода

fix(variable_assigner): change VariableOperatorNodeError to inherit from ValueError (#11951)

Signed-off-by: -LAN- <laipz8200@outlook.com>
tags/0.14.2
-LAN- пре 10 месеци
родитељ
комит
03ddee3663
No account linked to committer's email address
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1
    1
      api/core/workflow/nodes/variable_assigner/common/exc.py

+ 1
- 1
api/core/workflow/nodes/variable_assigner/common/exc.py Прегледај датотеку

@@ -1,4 +1,4 @@
class VariableOperatorNodeError(Exception):
class VariableOperatorNodeError(ValueError):
"""Base error type, don't use directly."""

pass

Loading…
Откажи
Сачувај