]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Re-wrap the error message emitted by checkIncludes.py
authorNick Mathewson <nickm@torproject.org>
Mon, 9 Jul 2018 19:47:46 +0000 (15:47 -0400)
committerNick Mathewson <nickm@torproject.org>
Mon, 9 Jul 2018 19:48:55 +0000 (15:48 -0400)
scripts/maint/checkIncludes.py

index 5cf7ead47ec3250ed17890d4d4484f351edcba1e..eb25cb2096170d0f5d274366660c662f557232fc 100755 (executable)
@@ -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)