From 8a6899239a02524b8ffe5f1ad0cd8a2b83ef6f01 Mon Sep 17 00:00:00 2001 From: Joerg Bornemann Date: Thu, 24 Feb 2022 11:31:10 +0100 Subject: pro2cmake: Re-format sources with black ...to have a consistent baseline for further improvements. Change-Id: Iba8e83a7a5cf5ca0cdf509f79e7d2dc2d8f42fec Reviewed-by: Alexandru Croitor --- util/cmake/run_pro2cmake.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util/cmake/run_pro2cmake.py') diff --git a/util/cmake/run_pro2cmake.py b/util/cmake/run_pro2cmake.py index 4a12c57b83a..80d9633189a 100755 --- a/util/cmake/run_pro2cmake.py +++ b/util/cmake/run_pro2cmake.py @@ -100,7 +100,7 @@ def parse_command_line() -> argparse.Namespace: def find_all_pro_files(base_path: str, args: argparse.Namespace): def sorter(pro_file: str) -> str: - """ Sorter that tries to prioritize main pro files in a directory. """ + """Sorter that tries to prioritize main pro files in a directory.""" pro_file_without_suffix = pro_file.rsplit("/", 1)[-1][:-4] dir_name = os.path.dirname(pro_file) if dir_name == ".": -- cgit v1.2.3