Skip to content
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

Minor fix for parsing empty D8 #18

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

CloudCray
Copy link

Minor patch for converting zero-length strings to python values in D8 elements (dates).
Previous behavior raised a ValueError trying to convert '' to an int, then to a datetime.date - now returns None.
This now matches the existing behavior for DR elements (datetime values).

@CloudCray
Copy link
Author

Updated __version__ and added a note to README.MD to bump to 0.3.5

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant