Merge pull request #1295 from XhmikosR/patch-1

Update updateHostsFile.py
This commit is contained in:
Steven Black 2020-05-27 11:42:21 -04:00 committed by GitHub
commit a468781125
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1242,8 +1242,8 @@ def move_hosts_file_into_place(final_file):
elif os.name == "nt":
print("Automatically moving the hosts file in place is not yet supported.")
print(
"Please move the generated file to %SystemRoot%\system32\drivers\etc\hosts"
) # noqa: W605
"Please move the generated file to %SystemRoot%\\system32\\drivers\\etc\\hosts"
)
def flush_dns_cache():