Skip to content

Commit

Permalink
revert diff
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Condino <[email protected]>
  • Loading branch information
mwcondino authored and clalancette committed Apr 30, 2024
1 parent d977844 commit 6a8f9b3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ament_clang_tidy/ament_clang_tidy/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -206,8 +206,7 @@ def start_subprocess(full_cmd):
for compilation_db in compilation_dbs:
package_dir = os.path.dirname(compilation_db)
package_name = os.path.basename(package_dir)
print('found compilation database for package "%s"...' % package_name)
(source_files, output) = invoke_clang_tidy(compilation_db)
print(f"found compilation database for package '{package_name}' at '{compilation_db}'") (source_files, output) = invoke_clang_tidy(compilation_db)
files += source_files
outputs.append(output)
pool.close()
Expand Down

0 comments on commit 6a8f9b3

Please sign in to comment.