tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

commit 294f580f042be51150ef89e72243cd470f80796d
parent 3145e469d8d72ccc2a4e9317c83331df7cc29803
Author: Nick Mathewson <nickm@torproject.org>
Date:   Mon,  9 Jul 2018 15:47:46 -0400

Re-wrap the error message emitted by checkIncludes.py

Diffstat:
Mscripts/maint/checkIncludes.py | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/scripts/maint/checkIncludes.py b/scripts/maint/checkIncludes.py @@ -81,6 +81,6 @@ for dirpath, dirnames, fnames in os.walk("src"): if trouble: err( -"""To change which includes are allowed in a C file, edit the {} files in its -enclosing directory.""".format(RULES_FNAME)) +"""To change which includes are allowed in a C file, edit the {} +files in its enclosing directory.""".format(RULES_FNAME)) sys.exit(1)