cogu / autosar

A set of python modules for working with AUTOSAR XML files
MIT License
380 stars 165 forks source link

Dealing with the unhandled print issue & number parsing of empty strings. #61

Closed malneni closed 4 years ago

malneni commented 4 years ago
  1. Multiple unhandled print statements merged into single Print Statement each for [PackageParser] and [PackageWriter]
  2. Empty Strings for Offset and Resolution in Integer DataTypes can be changed to default values instead of raising value error. Offset = 0 and Resolution = 1
malneni commented 4 years ago

Updated according to review comments