Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
memsharded committed Jan 14, 2025
1 parent d27fef9 commit 67ea889
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conan/cli/commands/graph.py
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ def graph_explain(conan_api, parser, subparser, *args):

ConanOutput().title("Retrieving and computing closest binaries")
# compute ref and conaninfo of the first missing binary
ref, conaninfo = conan_api.graph.first_missing_binary(deps_graph, args.missing)
ref, conaninfo = conan_api.graph.find_first_missing_binary(deps_graph, args.missing)
pkglist = conan_api.list.explain_missing_binaries(ref, conaninfo, remotes)

ConanOutput().title("Closest binaries")
Expand Down

0 comments on commit 67ea889

Please sign in to comment.