From b5dda50430d3f9e3572584eec1d9fc725204a929 Mon Sep 17 00:00:00 2001 From: Woody Date: Mon, 20 Nov 2023 11:33:17 +0800 Subject: [PATCH] Fixed variable assignment for pylint --- build-tools/process-template.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-tools/process-template.py b/build-tools/process-template.py index 1069e74..5eb99d1 100755 --- a/build-tools/process-template.py +++ b/build-tools/process-template.py @@ -60,7 +60,7 @@ def write_file(template_path: pathlib.Path, write_path: pathlib.Path): VERSION=slurmmail.VERSION ) ) - logging.debug("wrote: %s", output_path) + logging.debug("wrote: %s", write_path) if __name__ == "__main__":