Exit on error and report argument error details.
authorAchal Dave <achalddave@live.com>
Wed, 4 May 2016 15:51:00 +0000 (11:51 -0400)
committerAchal Dave <achalddave@live.com>
Wed, 4 May 2016 15:51:00 +0000 (11:51 -0400)
commit5acc17a5bfe010d92cc20766f88eff70d4ae92cc
tree78a5f201b611c95a94448f3426ed07942b3a0cf9
parent045e5ba5b95c2cb22fd988e373a16fe405193fc0
Exit on error and report argument error details.

The statement 'exit' has no effect in Python scripts. Use 'sys.exit()'
instead.
tools/extra/plot_training_log.py.example