浏览代码

Re-wrap the error message emitted by checkIncludes.py

Nick Mathewson 5 年之前
父节点
当前提交
294f580f04
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      scripts/maint/checkIncludes.py

+ 2 - 2
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)