Skip to content

Commit

Permalink
Fixed variable assignment for pylint
Browse files Browse the repository at this point in the history
  • Loading branch information
jitkang authored Nov 20, 2023
1 parent c7a5e17 commit aebb18d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-tools/process-template.py
Original file line number Diff line number Diff line change
Expand Up @@ -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__":

Expand Down

0 comments on commit aebb18d

Please sign in to comment.