소스 검색

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)