Skip to content

Commit

Permalink
meta tags aggregator
Browse files Browse the repository at this point in the history
  • Loading branch information
BeachWang committed Dec 19, 2024
1 parent 12f8946 commit 09b1599
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data_juicer/ops/aggregator/meta_tags_aggregator.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ def __init__(self,

self.target_tag_str = ''
if target_tags:
self.target_tag_str = target_tag_template(
self.target_tag_str = target_tag_template.format(
target_tags=', '.join(target_tags))

self.sampling_params = sampling_params
Expand Down

0 comments on commit 09b1599

Please sign in to comment.