pipelines/_utils.py custom tags
#8
|
Hi there, I can see there are some issues have been raised for that too. |
Answered by
pooyavahidi
Nov 23, 2023
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. |
2 replies
Answer selected by
mithunshukla
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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