Skip to content

Commit

Permalink
Update micropipenv.py
Browse files Browse the repository at this point in the history
Co-authored-by: Fridolín Pokorný <[email protected]>
  • Loading branch information
frenzymadness and fridex committed Dec 6, 2021
1 parent 7b61d08 commit a6aa43a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion micropipenv.py
Original file line number Diff line number Diff line change
Expand Up @@ -658,7 +658,7 @@ def _poetry2pipfile_lock(
"Warning: Currently, Micropipenv is not able to parse complex Python version specifications used by Poetry. "
f"Desired version: {wanted_python_version}, current version: {current_python_version}."
)
level = "warn" if deploy else "debug"
level = "warning" if deploy else "debug"
getattr(_LOGGER, level)(message)

pyproject_poetry_section = pyproject_toml.get("tool", {}).get("poetry", {})
Expand Down

0 comments on commit a6aa43a

Please sign in to comment.