From: Steven Black Date: Sun, 13 Jul 2025 18:34:51 +0000 (-0400) Subject: Display the fully qualified path to the updated file regardless. X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=1fd8390cab72889dc1e74284603d29816e50047a;p=stevenblack-hosts.git Display the fully qualified path to the updated file regardless. --- diff --git a/updateHostsFile.py b/updateHostsFile.py index 6d59fdbb7..2a79fcef5 100755 --- a/updateHostsFile.py +++ b/updateHostsFile.py @@ -327,7 +327,8 @@ def main(): print_success( "Success! The hosts file has been saved in folder " - + (outputsubfolder if outputsubfolder else "./") + + "./" + + outputsubfolder + "\nIt contains " + "{:,}".format(numberofrules) + " unique entries."