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 9669349 commit a455f64Copy full SHA for a455f64
mariadb_pdf/setup/kb_urls.py
@@ -50,7 +50,7 @@ def from_dict(cls, row: dict[str, str]):
50
)
51
52
def read_csv(num_rows: int, port: int) -> list[CsvItem]:
53
- string = get_url("/srv/kb/mariadb-documentation/server/kb_urls.csv", port)
+ string = get_url("kb_urls.csv", port)
54
assert string, f"Failed to connect to {port}"
55
content = csv.DictReader(string.splitlines())
56
rows = [row for row in content if row["Include"] not in ["", "0"]]
0 commit comments