Please, always use == when testing for equality. So in your case try using usage == "Training" instead of usage is "Training".
==
usage == "Training"
usage is "Training"
Here is more on the topic: Is there a difference between "==" and "is"?.
1.4m articles
1.4m replys
5 comments
57.0k users