mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -06:00
Rename <censored_path> to <user_home>
This commit is contained in:
parent
7c9d7a3aef
commit
62ea766880
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ class SentryLogger(LogOutput):
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def _pruneSensitiveData(message):
|
def _pruneSensitiveData(message):
|
||||||
if home_dir in message:
|
if home_dir in message:
|
||||||
message = message.replace(home_dir, "<censored_path>")
|
message = message.replace(home_dir, "<user_home>")
|
||||||
return message
|
return message
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue