Skip to content

Commit

Permalink
Merge pull request #177 from YunoHost/actions/black
Browse files Browse the repository at this point in the history
Format Python code with Black
  • Loading branch information
alexAubin authored Oct 17, 2024
2 parents 58dd90f + 128cb35 commit dd0462f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/curl_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -168,8 +168,8 @@ def test(
content = content.get_text().strip() if content else ""
content = re.sub(r"[\t\n\s]{3,}", "\n\n", content)

base_tag = html.find('base')
base = base_tag['href'] if base_tag else ''
base_tag = html.find("base")
base = base_tag["href"] if base_tag else ""

errors = []
if expect_effective_url is None and "/yunohost/sso" in effective_url:
Expand Down

0 comments on commit dd0462f

Please sign in to comment.