Commit 7bb6bcb4 by Sébastien Eustace

Fix missing loggers for the lock command

parent 3a00ad8b
...@@ -12,7 +12,7 @@ the current directory, processes it, and locks the depdencies in the <comment>po ...@@ -12,7 +12,7 @@ the current directory, processes it, and locks the depdencies in the <comment>po
<info>poetry lock</info> <info>poetry lock</info>
""" """
_loggers = ["poetry.repositories.pypi_repository"] loggers = ["poetry.repositories.pypi_repository"]
def handle(self): def handle(self):
from poetry.installation import Installer from poetry.installation import Installer
......
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