-
Notifications
You must be signed in to change notification settings - Fork 29
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
Please support loading multiple objects #5
Labels
Comments
similar error, but I get it when I have one single string:
|
Why not just do |
If that was implemented in this library, I think it would break existing users. It certainly could be done by users of this library in their own code. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I would like to be able to
load
a file like this:When I try, I get:
I don't think there is an appropriate error to raise there since I think it should be able to parse that file.
If I patch the code to also export the
parse
function, I can get the above example file returned as a list like:This is more useful than the assert. If the assert is important to some users, perhaps it could only be triggered when a
single_express
kwarg is set?The text was updated successfully, but these errors were encountered: