[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [PATCH 0/1] xen/scripts: Fix regex syntax warnings with Python 3.12
Hello, This patch clears out this warning: ``` $ xen/scripts/xen-analysis.py xen/scripts/xen_analysis/cppcheck_analysis.py:94: SyntaxWarning: invalid escape sequence '\*' comment_line_starts = re.match('^[ \t]*/\*.*$', line) ``` It is the same fix than commit 826a9eb072 (tools: Fix regex syntax warnings with Python 3.12). Thank you, Ariel Otilibili (1): xen/scripts: Fix regex syntax warnings with Python 3.12 xen/scripts/xen_analysis/cppcheck_analysis.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- 2.47.1
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |