-
Change misleading error message while registering an indicator in Python (#7257)
发布于
2023-05-22 18:07:04 +00:00 | 1420 次提交 在此版本后已推送到 master- Solve the bug and add unit test
-
The bug was raised because if something went wrong trying to register an indicator with a C# or a custom consolidator the exception raised was lost, because the catch sentence didn't return it with another exception
-
A unit test was added asserting a exception with a related message was raised each time something went wrong with the consolidator
-
Fix bugs and enhance unit tests
-
Fix bug
下载附件