Skip to content

Commit

Permalink
comment deleted
Browse files Browse the repository at this point in the history
  • Loading branch information
progressive-galib committed Dec 19, 2024
1 parent 0473072 commit 641aaf4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/client/opamLockCommand.ml
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,7 @@ let select_packages atom_locs st =
in
if missing <> [] then
OpamConsole.error_and_exit `Not_found
"Skipping %s, dependencies are not satisfied in this switch, \
not installed packages are:\n%s"

(OpamPackage.to_string nv)
(OpamStd.Format.itemize OpamFormula.string_of_atom missing);
acc)
Expand Down

0 comments on commit 641aaf4

Please sign in to comment.