8000 fixed failed test · coliff/server-client-python@8f57646 · GitHub
[go: up one dir, main page]

Skip to content

Commit 8f57646

Browse files
author
bzhang
committed
fixed failed test
1 parent 515b3de commit 8f57646

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/materialize_workbooks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ def main():
6161

6262
def find_project_path(project, all_projects, path):
6363
path = project.name if len(path) == 0 else project.name + '/' + path
64-
64+
6565
if project.parent_id is None:
6666
return path
6767
else:

0 commit comments

Comments
 (0)
0