From 3ab3dca9b9e23363f28abb17548322c81494464c Mon Sep 17 00:00:00 2001 From: Pieter De Gendt Date: Mon, 2 Dec 2024 12:13:37 +0100 Subject: [PATCH] TEST: Touch an unformatted file Signed-off-by: Pieter De Gendt --- src/west/app/main.py | 1 + src/west/app/project.py | 1 + 2 files changed, 2 insertions(+) diff --git a/src/west/app/main.py b/src/west/app/main.py index bd4b6090..8d2f4822 100755 --- a/src/west/app/main.py +++ b/src/west/app/main.py @@ -1226,4 +1226,5 @@ def main(argv=None): } if __name__ == "__main__": + # Test touching a python file main() diff --git a/src/west/app/project.py b/src/west/app/project.py index d5f4c705..374a1070 100644 --- a/src/west/app/project.py +++ b/src/west/app/project.py @@ -2192,6 +2192,7 @@ def __format__(self, format_spec): # # Logging helpers +# Touch here #