Replies: 1 comment 2 replies
-
You don't get any output when you kill the process? What if you kill the process by |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
So I am loading the yaml from an url:
Main.yaml schema looks something like
And more references inside referenced files, problem is when an spec validation error happens it does not return anything, the program runs forever
i only got it to work and actually get it to raise errors by loading spec from file:
return Spec.from_file_path(file_path=path)
Beta Was this translation helpful? Give feedback.
All reactions