Skip to content

Commit bd5ef9d

Browse files
committed
Fixed type error for the benefit of the compiler
1 parent e598bcb commit bd5ef9d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/analysis/typepal/Collector.rsc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ TModel convertTModel2LogicalLocs(TModel tm, map[str,TModel] tmodels){
266266
mnames += mname;
267267
}
268268
}
269-
tm.messages += error("Please recheck modules <intercalateAnd(toList(mnames))>; their mapping from physical to logical locations is outdated", where);
269+
tm.messages += [error("Please recheck modules <intercalateAnd(toList(mnames))>; their mapping from physical to logical locations is outdated", where)];
270270
return tm;
271271
}
272272
logical2physical = tm.logical2physical;

0 commit comments

Comments
 (0)