mirror of https://github.com/davisking/dlib.git
changed python example so that running it without commands doesn't trigger a testing
failure in the makedocs script
This commit is contained in:
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…
Reference in New Issue