Selaa lähdekoodia

once more the check the pictures

rachels 3 vuotta sitten
vanhempi
säilyke
718ef87c70
2 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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',