Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9fb0eb3

Browse files
committed
Blank removal
1 parent 1204141 commit 9fb0eb3

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

lib/core/common.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3027,7 +3027,6 @@ def maskSensitiveData(msg):
30273027
if match:
30283028
retVal = retVal.replace(match.group(3), '*' * len(match.group(3)))
30293029

3030-
30313030
if getpass.getuser():
30323031
retVal = re.sub(r"(?i)\b%s\b" % re.escape(getpass.getuser()), "*" * len(getpass.getuser()), retVal)
30333032

0 commit comments

Comments
 (0)