Skip to content

Commit 7815858

Browse files
committed
update filter after folder structure change
1 parent ea5add3 commit 7815858

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/emr/submit_datagen_job.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ def submit_datagen_job(name,
9696
build_dir = '/ldbc_snb_datagen/build'
9797

9898
if not copy_filter:
99-
copy_filter = f'.*{build_dir}/{format}/{mode}/.*'
99+
copy_filter = f'.*{build_dir}/graphs/{format}/{mode}/.*'
100100
else:
101101
copy_filter = f'.*{build_dir}/{copy_filter}'
102102

0 commit comments

Comments
 (0)