NCAR / WVD-MCSupdate

Addition of NCAR MCS, rewrite to software infrastructure, and expansion of features for WVD operations.
2 stars 1 forks source link

MCS word builder default #229

Closed stillwer closed 5 years ago

stillwer commented 5 years ago

The program that builds words for the NCAR MCS currently has a bug that will allow a command to be sent to the Command Interpreter even if the word is the default word. There should be a simple check to make sure that empty commands are not sent.

stillwer commented 5 years ago

Problem solved this morning. Just had to add an if statement to make sure the word was not the "Default" to actually make an output string. Otherwise, the command string is empty and will be ignored by the command interpreter.