fix: wait for registry file download

This commit is contained in:
Yannik Schmidt
2025-04-13 11:55:29 +02:00
parent 8e5bfd9ae3
commit 3912c66bb3

View File

@@ -163,7 +163,7 @@ class Software:
# download & install registry files #
for rf in self.reg_files:
path = self.backend.get(rf, cache_dir=self.cache_dir)
path = self.backend.get(rf, cache_dir=self.cache_dir, wait=True)
if path.endswith(".j2"):
target_install_dir = os.path.join(self.backend.install_dir, self.title)
print("Install dir Registry:", target_install_dir)