Closed AlexVanMechelen closed 6 months ago
This PR adds:
I first tried:
binary['cfg']['model']['project']['entry'] ERROR: 'CFGModel' object is not subscriptable
Then tried:
binary['cfg']['_CFG__project']['entry'] KeyNotAllowedError: '_CFG__project'
Now:
binary['cfg']['entry']
Open to alternatives/suggestions
This PR adds:
I first tried:
Then tried:
Now:
Open to alternatives/suggestions