new autoscale constraint #4111 (#4111)

This commit is contained in:
rusefillc 2022-06-03 02:06:55 -04:00 committed by GitHub
parent b3ffaed5eb
commit d701c1c8ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 2 deletions

Binary file not shown.

View File

@ -93,8 +93,7 @@ public class ConfigField {
if (tokens.length > 1) {
String scale = tokens[1].trim();
if (!hasAutoscale && !scale.trim().equals("1")) {
System.out.println("GRRRRRRRRRRRRRRRR " + "Unexpected scale of " + scale + " without autoscale on " + this);
// throw new IllegalStateException("Unexpected scale of " + scale + " without autoscale on " + this);
throw new IllegalStateException("Unexpected scale of " + scale + " without autoscale on " + this);
}
}
}