We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ca5e86 commit 54f3473Copy full SHA for 54f3473
poetryize/poetryize.py
@@ -66,8 +66,8 @@ def poetry(
66
if len(line.split(" ")) == 1:
67
req_list.append(line)
68
else:
69
- print(
70
- f"❌ Skipping '{line}' 😥: There seems to be a problem with the '{line}' dependency provided." # noqa
+ typer.echo(
+ f"Skipping Dependency There seems to be a problem with the '{line}' dependency provided." # noqa
71
)
72
73
for req in req_list:
0 commit comments