Display the fully qualified path to the updated file regardless.

This commit is contained in:
Steven Black
2025-07-13 14:34:51 -04:00
parent b67793d89a
commit 1fd8390cab

View File

@@ -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."