Skip to content

Commit 527ee42

Browse files
authored
Merge pull request #4571 from secondlife/brad/develop
Cherry-pick packages-formatter fix from archive/develop
2 parents e7c506b + 181273f commit 527ee42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/packages-formatter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
# Coerce stdout encoding to utf-8 as cygwin's will be detected as cp1252 otherwise.
4343
_autobuild_env["PYTHONIOENCODING"] = "utf-8"
4444

45-
pkg_line=re.compile('^([\w-]+):\s+(.*)$')
45+
pkg_line=re.compile(r'^([\w-]+):\s+(.*)$')
4646

4747
def autobuild(*args):
4848
"""

0 commit comments

Comments
 (0)