Cdunif getAttribute returns incomplete value #166
Closed
Comments
Further investigation shows that this was a problem on the Lvalue of the assignment operator |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When I use f.getAttribute(x) where f is a Cdunif.CdunifFile and x has a space in it, eg. "A B", it only returned the first value "A", however f = cdms2.open() and f.getattribute(x) works fine.
The text was updated successfully, but these errors were encountered: