Skip to content

Commit da7851b

Browse files
a-grealishparamt
authored andcommitted
Improve print statements for clarity on file source
1 parent 5f86e16 commit da7851b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

check_links.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +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
2527
except FileNotFoundError as e:
2628
print("Could not find file checked out locally, falling back to using public link")
2729

0 commit comments

Comments
 (0)