Configuration and code improvements

This commit is contained in:
2026-01-26 20:06:05 +01:00
parent af98a52fd3
commit 107339b3d3
8 changed files with 623 additions and 213 deletions

View File

@@ -74,7 +74,7 @@ def postbuild(source, target, env):
uploadfiles = uploadparts[-6:]
for i in range(1, len(uploadfiles), 2):
if not os.path.isfile(uploadfiles[i]):
print("file %s for combine not found"%uploadfiles[i])
print("file {} for combine not found".format(uploadfiles[i]))
return
offset = uploadfiles[0]