practracker: Fix a typo in a logging function call

Obviously correct changes to already-reviewed code.
This commit is contained in:
teor 2019-11-26 09:27:29 +10:00
parent 2a71a58d4f
commit ab70c315bd
No known key found for this signature in database
GPG Key ID: 10FEAA0E7075672A

View File

@ -235,7 +235,7 @@ def run_check_includes(topdir, list_unused=False, log_sorted_levels=False,
trouble = True
if trouble:
err(
warn(
"""To change which includes are allowed in a C file, edit the {}
files in its enclosing directory.""".format(RULES_FNAME))
sys.exit(1)