C#: Fix merge issues after re-base.

This commit is contained in:
Michael Nebel
2022-08-16 11:03:33 +02:00
parent 2e273f2273
commit fbc36800aa

View File

@@ -365,7 +365,7 @@ module CsvValidation {
or
exists(string row, string kind | sourceModel(row) |
kind = row.splitAt(";", 7) and
not kind = "local" and
not kind = ["local", "file"] and
result = "Invalid kind \"" + kind + "\" in source model."
)
}