Skip to content

Commit 54f3473

Browse files
committed
💬 Updated message when a incompatible req is found
1 parent 1ca5e86 commit 54f3473

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

poetryize/poetryize.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@ def poetry(
6666
if len(line.split(" ")) == 1:
6767
req_list.append(line)
6868
else:
69-
print(
70-
f"Skipping '{line}' 😥: There seems to be a problem with the '{line}' dependency provided." # noqa
69+
typer.echo(
70+
f"Skipping Dependency There seems to be a problem with the '{line}' dependency provided." # noqa
7171
)
7272

7373
for req in req_list:

0 commit comments

Comments
 (0)