Views: Removed usage of containers
This commit is contained in:
parent
161fec77af
commit
d6c04e861e
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue