Skip to content

Commit d75e518

Browse files
committed
fix doc
1 parent ff10763 commit d75e518

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
@@ -247,7 +247,7 @@ def submit_datagen_job(name,
247247
copy_args.add_argument('--copy-filter',
248248
type=str,
249249
help='A regular expression specifying filtering paths to copy from the build dir to S3. '
250-
'By default it is \'{format}/{mode}/.*\'')
250+
'By default it is \'graphs/{format}/{mode}/.*\'')
251251
copy_args.add_argument('--copy-all',
252252
action='store_true',
253253
help='Copy the complete build dir to S3')

0 commit comments

Comments
 (0)