Skip to content

Commit

Permalink
Merge pull request #2621 from XhmikosR/patch-1
Browse files Browse the repository at this point in the history
updateHostsFile.py: use a raw string for comment
  • Loading branch information
StevenBlack authored Apr 4, 2024
2 parents 2ceabff + ae8c5b1 commit bcc0ff4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion updateHostsFile.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bcc0ff4

Please sign in to comment.