meson icon indicating copy to clipboard operation
meson copied to clipboard

environment: handle machine file options sections with more than one subproject

Open dcbaker opened this issue 11 months ago • 0 comments

Instead of having a raw python exception, provide a helpful error message that [sub:sub1:project options] should just be [sub1:project options]

No test is provided as this is basic error handling, and I felt it was not worth adding to our test runtime to test that we don't raise a raw exception.

Fixes: #14222

dcbaker avatar Feb 04 '25 21:02 dcbaker