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 da7851b commit fc20fcaCopy full SHA for fc20fca
check_links.py
@@ -22,8 +22,8 @@ def get_test_from_file(file):
22
try:
23
with open('./' + file) as f:
24
text = f.readlines()
25
- print("Found file in the locally checked out repo")
26
- return text
+ print("Found file in the locally checked out repo")
+ return text
27
except FileNotFoundError as e:
28
print("Could not find file checked out locally, falling back to using public link")
29
0 commit comments