Commit 64a0d7a7 authored by Davis King's avatar Davis King

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

failure in the makedocs script
parent 312157ab
......@@ -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]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment