On Wed, 28 Sept 2022 at 13:00, Alexander Kanavin via
lists.openembedded.org <[email protected]>
wrote:

> I'm also unsure why are you so adamantly against checking if the build
> dir already exists before the fact. It's not that difficult (either
> it's relative to `pwd` or an absolute path), and not likely to change
> upstream.

Which is a trivial one-liner in python:
os.path.exists(os.path.abspath(build_dir))

Alex
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#171147): 
https://lists.openembedded.org/g/openembedded-core/message/171147
Mute This Topic: https://lists.openembedded.org/mt/93847437/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to