Skip to content

Commit fc20fca

Browse files
a-grealishparamt
authored andcommitted
fix
1 parent da7851b commit fc20fca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

check_links.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ def get_test_from_file(file):
2222
try:
2323
with open('./' + file) as f:
2424
text = f.readlines()
25-
print("Found file in the locally checked out repo")
26-
return text
25+
print("Found file in the locally checked out repo")
26+
return text
2727
except FileNotFoundError as e:
2828
print("Could not find file checked out locally, falling back to using public link")
2929

0 commit comments

Comments
 (0)