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

failure in the makedocs script
pull/2/head v18.7
Davis King 11 years ago
parent 312157ab18
commit 64a0d7a77d

@ -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]

Loading…
Cancel
Save