Apply MPI line inclusions to SGI temporarily.

This commit is contained in:
Patrick Fic
2026-03-25 10:30:31 -07:00
parent 233c1aed1e
commit b67f4433cc
4 changed files with 15 additions and 5 deletions

View File

@@ -389,6 +389,7 @@ async function DecodeLinFile(extensionlessFilePath, close_date) {
jobline.ignore = false;
switch (ins_rule_set) {
case "MPI":
case "SGI":
const rulesetToApply = WhichRulesetToApply(close_date);
switch (rulesetToApply) {
@@ -406,10 +407,10 @@ async function DecodeLinFile(extensionlessFilePath, close_date) {
break;
}
break;
case "SGI":
log.info("Using SGI ruleset. Line will be automatically counted until rules are added.");
// case "SGI":
// log.info("Using SGI ruleset. Line will be automatically counted until rules are added.");
break;
// break;
default:
log.info("Using default ruleset (MPI).");
break;