소스 검색

once more the check the pictures

rachels 3 년 전
부모
커밋
718ef87c70
2개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 0
      checkpics.bat
  2. 0 1
      tools/check_images.py

+ 1 - 0
checkpics.bat

@@ -0,0 +1 @@
+python tools/check_images.py > missing_pictures.txt

+ 0 - 1
tools/check_images.py

@@ -21,7 +21,6 @@ for name in os.listdir("locations"):
 		continue
 		# skip directories
 	else:
-		print "file", name
 		ifile = io.open(
 			os.path.join("locations", name),
 			mode='rt',