Skip to content

Commit

Permalink
fix: oups
Browse files Browse the repository at this point in the history
  • Loading branch information
pierrecamilleri committed Nov 21, 2024
1 parent aa4a9c5 commit 4bdbe95
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frictionless/portals/github/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ def create_adapter(

has_expected_format = (
parsed_url.netloc == "github.com"
and len(splited_url) < 1
and len(splited_url) > 2
and len(splited_url) >= 1
and len(splited_url) <= 2
)

if has_expected_format:
Expand Down

0 comments on commit 4bdbe95

Please sign in to comment.