pipelines/_utils.py custom tags
#8
-
|
Hi there, I can see there are some issues have been raised for that too. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
|
Hi @mithunshukla, yes, I agree. I think the the error handling is somewhat incomplete. It has the Please raise a PR if you have a chance and I'll merge it. |
Beta Was this translation helpful? Give feedback.
Hi @mithunshukla, yes, I agree. I think the the error handling is somewhat incomplete. It has the
try exceptblock but it doesn't actually raise the error, and also it prints as "error" message which is misleading for user. I looked at the closed issue and that was exactly the mislead the user.Please raise a PR if you have a chance and I'll merge it.
Thanks