Skip to content

Commit

Permalink
separate requirements for packaging + format change
Browse files Browse the repository at this point in the history
  • Loading branch information
sharktrexer committed Jan 10, 2025
1 parent adb3b55 commit 5597a18
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion link_reaper/link_collector.py
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ def collect_links(kwargs, line: str, line_num: int, link_storage: link_info.Link
click.echo("Not a valid url in markdown link: " + raw_url)
return line

click.echo("Found " + raw_url)
click.echo(f"(Line {line_num}) " + raw_url)

# ignore specified links
if raw_url in ignored_links:
Expand Down
Binary file added requirements_packaging.txt
Binary file not shown.

0 comments on commit 5597a18

Please sign in to comment.