Cleanup: Add-on, add comment to clarify a Shaman-specific function

This commit is contained in:
Sybren A. Stüvel 2022-10-06 14:41:50 +02:00
parent f99a00d024
commit 94015cc3ee

@ -62,6 +62,8 @@ class Packer(submodules.pack.Packer): # type: ignore
return self.shaman_transferrer
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("/")
@property