Describe the bug
The presidio analyzer should have the default dir for the config to be in the user's home, but instead it creates a folder in the run dir named ~.
To Reproduce
run the presidio analyzer
Expected behavior
~ expands to the user home path
Additional context
The cli does not properly expand the user dir.
Solution
os.path.expanduser
Describe the bug
The presidio analyzer should have the default dir for the config to be in the user's home, but instead it creates a folder in the run dir named
~.To Reproduce
run the presidio analyzer
Expected behavior
~expands to the user home pathAdditional context
The cli does not properly expand the user dir.
Solution
os.path.expanduser