Commit 84720cf7 by Sébastien Eustace

Fix sonnet script

parent dbe13102
......@@ -85,9 +85,7 @@ class MakeReleaseCommand(Command):
)
)
with package.with_python_versions("^{}".format(version)):
solver = Solver(
package, pool, Repository(), Repository(), self.output
)
solver = Solver(package, pool, Repository(), Repository(), self.io)
ops = solver.solve()
self.vendorize_for_python(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment