From d6c04e861e6a00768f4fae36ce5260e3e8b7b288 Mon Sep 17 00:00:00 2001 From: rand00 Date: Fri, 28 Jan 2022 11:05:09 +0100 Subject: [PATCH] Views: Removed usage of containers --- lib/views.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/views.ml b/lib/views.ml index 2ed214c..6e82f05 100644 --- a/lib/views.ml +++ b/lib/views.ml @@ -344,7 +344,7 @@ module Job = struct let check f = Fpath.has_ext "debug" f.Builder_db.filepath in - List.find_opt check artifacts |> CCOption.is_some + List.exists check artifacts module Build = struct