From ae8c5b1cbad2cbf69fe93deba3910c87f7e25d04 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Wed, 3 Apr 2024 08:18:10 +0300 Subject: [PATCH] updateHostsFile.py: use a raw string for comment This fixes a SyntaxWarning with Python 3.12: ``` /home/runner/work/hosts/hosts/updateHostsFile.py:1386: SyntaxWarning: invalid escape sequence '\W' """ ``` --- updateHostsFile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/updateHostsFile.py b/updateHostsFile.py index b250556ca94..c31ed79bd3a 100755 --- a/updateHostsFile.py +++ b/updateHostsFile.py @@ -1383,7 +1383,7 @@ def update_readme_data(readme_file, **readme_updates): def move_hosts_file_into_place(final_file): - """ + r""" Move the newly-created hosts file into its correct location on the OS. For UNIX systems, the hosts file is "etc/hosts." On Windows, it's