You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm running a unit test from !13, and in one case I didn't see a difference when passing string or list to a variable. Debugging, I saw that the code was ignoring an exception.
There are other parts of the code where we ignore exceptions. I think this one is supposed to be ignored, but this might be hiding important configuration errors from users. Probably better suppress but log in debug/trace so users can see what's going on.
The text was updated successfully, but these errors were encountered:
In GitLab by @kinow on Sep 18, 2024, 09:18
I'm running a unit test from !13, and in one case I didn't see a difference when passing string or list to a variable. Debugging, I saw that the code was ignoring an exception.
There are other parts of the code where we ignore exceptions. I think this one is supposed to be ignored, but this might be hiding important configuration errors from users. Probably better suppress but log in debug/trace so users can see what's going on.
The text was updated successfully, but these errors were encountered: