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 fc20fca commit 912d6f1Copy full SHA for 912d6f1
check_links.py
@@ -23,7 +23,7 @@ def get_test_from_file(file):
23
with open('./' + file) as f:
24
text = f.readlines()
25
print("Found file in the locally checked out repo")
26
- return text
+ return ' '.join(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