Skip to content

Commit 92981e7

Browse files
committed
fix: add names to PII
1 parent af013f6 commit 92981e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script/parse.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ def extract_test(file_contents, function_name):
261261
return f"Error processing the script: {e}"
262262

263263
def replace_pii(content):
264-
for name in ["chien", "jenny", "wenhao", "niklas", "hanhu", "ratna", "ming", "junda", "haolan", "xiaohenng"]:
264+
for name in ["chien", "jenny", "wenhao", "niklas", "hanhu", "ratna", "ming", "junda", "haolan", "xiaoheng", "armel", "zhihan", "indraneil", "james", "simon"]:
265265
content = content.replace("_"+name, "")
266266
content = content.replace(name+"_", "")
267267
return content

0 commit comments

Comments
 (0)