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

Allow integer to be used for enclosure length #129

Merged
merged 1 commit into from
Dec 22, 2023
Merged

Conversation

lkiesow
Copy link
Owner

@lkiesow lkiesow commented Dec 22, 2023

This patch allows integer to be used for specifying the enclosure length instead of just allowing string values. This is certainly the more natural choice for something representing a number.

With this patch string values will continue to work.

This fixes #104

This patch allows integer to be used for specifying the enclosure length
instead of just allowing string values. This is certainly the more
natural choice for something representing a number.

With this patch string values will continue to work.

This fixes #104
@lkiesow lkiesow merged commit f6e1f46 into master Dec 22, 2023
2 checks passed
@lkiesow lkiesow deleted the enclosure-length-int branch December 22, 2023 10:42
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.

Non-Zero Integer for enclosure length causes type error
1 participant