From 94015cc3eed11ddd230f1d15610cd56f3524eef6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Thu, 6 Oct 2022 14:41:50 +0200 Subject: [PATCH] Cleanup: Add-on, add comment to clarify a Shaman-specific function --- addon/flamenco/bat/shaman.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/addon/flamenco/bat/shaman.py b/addon/flamenco/bat/shaman.py index 05e65f46..4e0985f0 100644 --- a/addon/flamenco/bat/shaman.py +++ b/addon/flamenco/bat/shaman.py @@ -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