utils: Fix tabs checking

This commit is contained in:
Eduardo Almeida
2022-10-15 21:09:35 +01:00
parent 050bf556e6
commit ab47be98a2

View File

@@ -309,7 +309,7 @@ def check_style(path: str,
print('')
if enable_check_tabs:
check_whitespace_successful = check_tabs(
check_tabs_successful = check_tabs(
files_to_check_tabs, fix, n_jobs)
if check_formatting_successful and \