Commit a17a9946 by Jocelyn Boullier Committed by Sébastien Eustace

Run command: pass the packages list to Module argument (#578)

parent 9c0a8661
......@@ -47,7 +47,7 @@ class RunCommand(EnvCommand):
poetry = self.poetry
package = poetry.package
path = poetry.file.parent
module = Module(package.name, path.as_posix())
module = Module(package.name, path.as_posix(), package.packages)
return module
def merge_application_definition(self, merge_args=True):
......
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