olofk / ipyxact

Python-based IP-XACT parser
MIT License
121 stars 47 forks source link

Bugfix #37

Closed OmarAmer01 closed 9 months ago

OmarAmer01 commented 2 years ago

Fixed a bug where the script fails to handle a hex integer with a capital "X". for example, 0X69 gave an error while parsing while 0x69 didn't.

olofk commented 9 months ago

Perfect! Thanks for this. Picked and pushed