style: remove debug print statement from run_pa11y function
This commit is contained in:
committed by
Mark Eaton (aider)
parent
e0098733fd
commit
8c4303b31d
@@ -40,7 +40,6 @@ def run_pa11y(url: str) -> List[dict]:
|
|||||||
return []
|
return []
|
||||||
|
|
||||||
try:
|
try:
|
||||||
print(type(result.stdout))
|
|
||||||
return json.loads(result.stdout)
|
return json.loads(result.stdout)
|
||||||
except json.JSONDecodeError:
|
except json.JSONDecodeError:
|
||||||
print(f"[WARN] Could not parse pa11y JSON output for {url}", file=sys.stderr)
|
print(f"[WARN] Could not parse pa11y JSON output for {url}", file=sys.stderr)
|
||||||
|
|||||||
Reference in New Issue
Block a user