Jelajahi Sumber

once more the check the pictures

rachels 3 tahun lalu
induk
melakukan
718ef87c70
2 mengubah file dengan 1 tambahan dan 1 penghapusan
  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',