Cleanup: Add-on, add comment to clarify a Shaman-specific function
This commit is contained in:
parent
f99a00d024
commit
94015cc3ee
@ -62,6 +62,8 @@ class Packer(submodules.pack.Packer): # type: ignore
|
|||||||
return self.shaman_transferrer
|
return self.shaman_transferrer
|
||||||
|
|
||||||
def _make_target_path(self, target: str) -> PurePath:
|
def _make_target_path(self, target: str) -> PurePath:
|
||||||
|
# For Shaman it doesn't matter where on the system the files will go,
|
||||||
|
# so just use the root path to have something absolute.
|
||||||
return PurePosixPath("/")
|
return PurePosixPath("/")
|
||||||
|
|
||||||
@property
|
@property
|
||||||
|
Loading…
x
Reference in New Issue
Block a user