Skip to content

Commit

Permalink
changed python example so that running it without commands doesn't tr…
Browse files Browse the repository at this point in the history
…igger a testing

failure in the makedocs script
  • Loading branch information
davisking committed Mar 9, 2014
1 parent 312157a commit 64a0d7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python_examples/train_object_detector.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
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]


Expand Down

0 comments on commit 64a0d7a

Please sign in to comment.