[bug] self.build_folder error
Open
stage: triaging
- Dominant language
- C++
- Stars
- 125
- Forks
- 382
- Avg merge
- 22h 39m
- Merged PRs (30d)
- 21
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
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.