diff --git a/builder/build/filesystem.py b/builder/build/filesystem.py index 3a12888..0b0834b 100644 --- a/builder/build/filesystem.py +++ b/builder/build/filesystem.py @@ -114,7 +114,7 @@ def add_file(ctx: ArchBuilderContext, file: dict): content: str = file["content"] log.debug( "write to %s with %s", - (real, content.strip()) + real, content.strip() ) f.write(content.encode(encode)) log.debug(f"chmod file {real} to {mode:04o}")