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 15811d1 commit af5e599Copy full SHA for af5e599
1 file changed
sbom4python/scanner.py
@@ -64,7 +64,7 @@ def __init__(
64
self.set_lifecycle(lifecycle)
65
self.metadata = {}
66
self.use_pip = use_pip
67
- self.python_path = pathlib.Path(python_path)
+ self.python_path = pathlib.Path(python_path).expanduser()
68
69
def set_parent(self, module):
70
self.parent = f"Python-{module}"
0 commit comments