Skip to content

Commit

Permalink
Adding tuning
Browse files Browse the repository at this point in the history
  • Loading branch information
spiralman committed Jun 6, 2016
1 parent 2e2a072 commit d575cd3
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -283,7 +283,7 @@ def parse(String description) {
else if (line.startsWith('MU')) {
events << _parseMU(line)
}
else if (line.startsWith('TF') && line.substr(4).isNumber()) {
else if (line.startsWith('TF') && line.substring(4).isNumber()) {
events << _parseTF(line)
}
else if (line.startsWith('TM')) {
Expand Down

0 comments on commit d575cd3

Please sign in to comment.