Open
Description
The root folder creation might be redundant. In #3680 @whisperity suggested a new approach to do it:
- Remove root folder creation
- "Use os.makedirs instead, so it creates the parent directories, and then the other call might truly be redundant."
This is a follow up issue to [analyzer] Cppcheck support #3680 .