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 #