cogu / autosar

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

import constant.arxml and save, will report err #84

Closed gcbb closed 3 months ago

gcbb commented 2 years ago
        # record = autosar.constant.RecordValue(label, parent=parent)

change to record = autosar.constant.RecordValueAR4 (label, parent=parent)

cogu commented 3 months ago

Fixed in v0.4.2