Skip to content

Commit

Permalink
Update transforms/universal/hap/python/src/hap_transform.py
Browse files Browse the repository at this point in the history
  • Loading branch information
touma-I authored Oct 1, 2024
1 parent d64d9bf commit 7284c81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion transforms/universal/hap/python/src/hap_transform.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ def add_input_params(self, parser: ArgumentParser) -> None:
"--doc_text_column",
type=str,
required=False,
default="doc_text",
default="contents",
help="The column name that contains the document text",
)

Expand Down

0 comments on commit 7284c81

Please sign in to comment.