Open
Description
Environment Details (include every applicable attribute)
- Operating System+version: Ubuntu 18.04
- Compiler+version:
- Conan version: 1.49 and 1.48.2
- Python version: 3.6
Steps to reproduce (Include if Applicable)
Logs (Executed commands with output) (Include/Attach if Applicable)
trying to set self.build_folder in the build method of conanfile fails, Python says, Invalid attribute.
self.build_folder = os.path.join(self.build_folder,build_type)
fails on 1.49 and 1.48.2 but works on 1.42.2