Skip to content

Commit

Permalink
Merge pull request #1125 from mcneel/1.21-merge-1.x
Browse files Browse the repository at this point in the history
Merge branch '1.21' into 1.x
  • Loading branch information
merge-down-robot[bot] authored May 27, 2024
2 parents eb5575f + 76cadec commit 1ccdf50
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ void AddRuntimeMessage(ARDB.FailureMessageAccessor error, bool? solved = null)
return;
}

if (severity == ARDB.FailureSeverity.Warning && FailureDefinitionIdsToFix.Contains(failureId))
if (severity == ARDB.FailureSeverity.Warning && FailureDefinitionIdsToFix?.Contains(failureId) is true)
return;

var level = GH_RuntimeMessageLevel.Remark;
Expand Down

0 comments on commit 1ccdf50

Please sign in to comment.