Yes, but the error appears everytime when I try to use
Code:
self.issue = self.recipe_specific_options.get('issue')
Where I before had defined
Code:
recipe_specific_options = {
'issue' : {
'short': 'The Version you want to Download (like 2024/11)',
'long': 'For example, 2024/07'
}
}
When I comment it out, then it came back to work.
I'm on 7.21 (in exe and src).