We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac3d797 commit c42aa7dCopy full SHA for c42aa7d
axe_selenium_python/axe.py
@@ -108,4 +108,4 @@ def write_results(self, data, name):
108
except NameError:
109
f.write(json.dumps(data, indent=4))
110
except FileNotFoundError as fnf_error:
111
- print(fnf_error)
+ print(fnf_error)
0 commit comments