mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
Re-wrap the error message emitted by checkIncludes.py
This commit is contained in:
parent
3145e469d8
commit
294f580f04
@ -81,6 +81,6 @@ for dirpath, dirnames, fnames in os.walk("src"):
|
|||||||
|
|
||||||
if trouble:
|
if trouble:
|
||||||
err(
|
err(
|
||||||
"""To change which includes are allowed in a C file, edit the {} files in its
|
"""To change which includes are allowed in a C file, edit the {}
|
||||||
enclosing directory.""".format(RULES_FNAME))
|
files in its enclosing directory.""".format(RULES_FNAME))
|
||||||
sys.exit(1)
|
sys.exit(1)
|
||||||
|
Loading…
Reference in New Issue
Block a user