apache / buildstream

BuildStream, the software integration tool
https://buildstream.build/
Apache License 2.0
85 stars 30 forks source link

Fix SyntaxWarning with utils.py #1958

Closed nanonyme closed 1 month ago

nanonyme commented 2 months ago

There's in console a warning /usr/lib/python3.12/site-packages/buildstream/utils.py:231: SyntaxWarning: invalid escape sequence '\* this is because backslashes have to be escaped in docstrings as well if they aren't marked as raw strings.