We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7a5841 commit 2bbfec7Copy full SHA for 2bbfec7
pyredactkit/redact.py
@@ -85,6 +85,8 @@ def allowed_file(self, file):
85
def write_hashmap(self, hash_map, filename):
86
with open(f".hashshadow_{os.path.basename(filename)}.json", "w", encoding="utf-8") as file:
87
json.dump(hash_map, file)
88
+ print(
89
+ f"[ + ].hashshadow_{os.path.basename(filename)}.json file generated. Keep this safe if you need to undo the redaction.")
90
91
def valid_options(self):
92
"""Function to read in valid options from Identifier.regexes
0 commit comments