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 a219fac commit 2418ffbCopy full SHA for 2418ffb
src/gardenlinux/build/exporter.py
@@ -10,8 +10,6 @@
10
from elftools.common.exceptions import ELFError
11
from elftools.elf.elffile import ELFFile
12
13
-from ..logger import LoggerSetup
14
-
15
# Parses dependencies from ld output
16
parse_output = re.compile("(?:.*=>)?\\s*(/\\S*).*\n")
17
# Remove leading /
@@ -67,7 +65,7 @@ def _getInterpreter(path: str | PathLike[str]) -> pathlib.Path:
67
65
)
68
66
69
70
-def _get_default_package_dir() -> pathlib.Path | None:
+def _get_default_package_dir() -> pathlib.Path:
71
"""
72
Finds the default site-packages or dist-packages directory of the default python3 environment
73
0 commit comments