changed python example so that running it without commands doesn't trigger a testing

failure in the makedocs script
This commit is contained in:
Davis King 2014-03-09 13:37:30 -04:00
parent 312157ab18
commit 64a0d7a77d

View File

@ -28,7 +28,7 @@ if (len(sys.argv) != 2):
print "program. For example, if you are in the python_examples folder then "
print "execute this program by running:"
print " ./train_object_detector.py ../examples/faces"
exit(1)
exit()
faces_folder = sys.argv[1]