Merge pull request #4571 from secondlife/brad/develop

Cherry-pick packages-formatter fix from archive/develop
master
Brad Linden 2025-08-18 10:56:02 -07:00 committed by GitHub
commit 527ee429e6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ _autobuild_env=os.environ.copy()
# Coerce stdout encoding to utf-8 as cygwin's will be detected as cp1252 otherwise.
_autobuild_env["PYTHONIOENCODING"] = "utf-8"
pkg_line=re.compile('^([\w-]+):\s+(.*)$')
pkg_line=re.compile(r'^([\w-]+):\s+(.*)$')
def autobuild(*args):
"""