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 writing an app which involves validating a user defined yaml file, however this file doesn't have a .yml extension. As a result, pajv is raising an exception about it having an unknown format.
The only workaround I can come up with at the moment, is to rename the file during processing to include the .yml extension but it feels like a major hack. It would be great if I could pass in a format option to specify that the file is yaml rather than only relying on the files extension.
The text was updated successfully, but these errors were encountered:
I'm writing an app which involves validating a user defined yaml file, however this file doesn't have a
.yml
extension. As a result,pajv
is raising an exception about it having an unknown format.The only workaround I can come up with at the moment, is to rename the file during processing to include the
.yml
extension but it feels like a major hack. It would be great if I could pass in aformat
option to specify that the file is yaml rather than only relying on the files extension.The text was updated successfully, but these errors were encountered: