fixing test
This commit is contained in:
parent
0d5145368d
commit
c48d3ac31d
1 changed files with 1 additions and 1 deletions
|
|
@ -492,7 +492,7 @@ namespace MatterHackers.MatterControl.DesignTools
|
|||
}
|
||||
|
||||
// could not find a sheet, try to evaluate the expression directly
|
||||
var evaluator = new Expression(inputExpression.ToLower());
|
||||
var evaluator = new Expression(inputExpression.Substring(1).ToLower());
|
||||
if (evaluator.checkSyntax())
|
||||
{
|
||||
Debug.WriteLine(evaluator.getErrorMessage());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue