소스 검색

Fix pattern in test_labelme_1.py

Kentaro Wada 5 년 전
부모
커밋
8550d42b98
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      tests/docs_tests/man_tests/test_labelme_1.py

+ 1 - 1
tests/docs_tests/man_tests/test_labelme_1.py

@@ -21,7 +21,7 @@ with open(man_file) as f:
 patterns_exclude = [
     r'^\.TH .*',
     r'^config file.*',
-    r'^\.\\\\.*',
+    r'^\.\\.*',
 ]
 
 PASS = 1