Skip to content

Commit b2aa537

Browse files
FlorentinDDarthMax
authored andcommitted
Fix notebook filter
(cherry picked from commit 964b156)
1 parent 87367d7 commit b2aa537

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/run_notebooks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ def main(filter_func: Callable[[str], bool]) -> None:
135135
session_notebooks = ["graph-analytics-serverless.ipynb"]
136136
session_self_managed_notebooks = [
137137
"graph-analytics-serverless-self-managed.ipynb",
138-
"graph-analytics-serverless-self-standalone.ipynb",
138+
"graph-analytics-serverless-standalone.ipynb",
139139
]
140140

141141
notebooks: Optional[list[str]] = None

0 commit comments

Comments
 (0)