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

empty attribute indent="" causes Traceback #564

Closed
ietf-svn-bot opened this issue Nov 5, 2020 · 3 comments
Closed

empty attribute indent="" causes Traceback #564

ietf-svn-bot opened this issue Nov 5, 2020 · 3 comments

Comments

@ietf-svn-bot
Copy link

resolution_fixed type_defect | by arusso@amsl.com


example:

sample input:
https://www.rfc-editor.org/v3test/test-draft-ietf-lisp-gpe.xml

Traceback (most recent call last):
 File "/usr/bin/xml2rfc", line 11, in <module>
   load_entry_point('xml2rfc==3.3.0', 'console_scripts', 'xml2rfc')()
[...]
ValueError: invalid literal for int() with base 10: ''

Issue migrated from trac:564 at 2022-02-08 07:10:45 +0000

@ietf-svn-bot
Copy link
Author

@henrik@levkowetz.com changed status from new to closed

@ietf-svn-bot
Copy link
Author

@henrik@levkowetz.com changed resolution from `` to fixed

@ietf-svn-bot
Copy link
Author

@henrik@levkowetz.com commented


Fixed in 58164c8:

Added handling for 'indent' attributes set to the empty string.

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

No branches or pull requests

1 participant