1
0
Pārlūkot izejas kodu

change the link to the py files

rachels 2 gadi atpakaļ
vecāks
revīzija
77bbe1bf58
1 mainītis faili ar 2 papildinājumiem un 2 dzēšanām
  1. 2 2
      checkpics.bat

+ 2 - 2
checkpics.bat

@@ -11,12 +11,12 @@ echo python is not installed or python's path Path is not in the %%$path%% env.
 exit/b
 
 :2
-python tools/check_images2.py > missing_pictures.txt
+python ./tools/check_images2.py > missing_pictures.txt
 
 exit/b
 
 :3
-python tools/check_images3.py > missing_pictures.txt
+python ./tools/check_images3.py > missing_pictures.txt
 
 exit/b