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 8cbfcfb commit e340e7bCopy full SHA for e340e7b
exasol/toolbox/nox/_documentation.py
@@ -143,7 +143,7 @@ def docs_list_links(session: Session) -> None:
143
file_links.sort(key=lambda file: file["filename"])
144
print(
145
"\n".join(
146
- f"filename: {fl["filename"]} -> uri: {fl["uri"]}" for fl in file_links
+ f"filename: {fl['filename']} -> uri: {fl['uri']}" for fl in file_links
147
)
148
149
0 commit comments