Преглед на файлове

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',