You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 .
The root folder creation might be redundant. In #3680 @whisperity suggested a new approach to do it:
This is a follow up issue to [analyzer] Cppcheck support #3680 .