-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Regression in v0.2.2 #168
Comments
Hey James, yes it would be really helpful to check what's the issue |
It seems that ramlfications no longer likes file objects opened as If I have a dummy file: title: Dummy RAML
version: 0.1
mediaType: application/json
documentation:
- title: Overview
content: |
This is a test of
the yaml parsing. And a script as follows: import ramlfications
with open("test.raml", "rb") as ramlFile:
ramlfications.parse(ramlFile) I get the following traceback:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
I've getting the following (partial) traceback as of v0.2.2.
Looks to be a strait up type error internal to ramlifications. I can try and create a minimal test case to re-create the issue if required.
The text was updated successfully, but these errors were encountered: