Skip to content

Commit

Permalink
🎨 Format Python code with Black
Browse files Browse the repository at this point in the history
  • Loading branch information
alexAubin authored and github-actions[bot] committed Oct 17, 2024
1 parent 58dd90f commit 128cb35
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 128cb35

Please sign in to comment.