Skip to content

Commit c337fce

Browse files
shallyanadmin
andauthored
Fix missing param (#407)
* Fix missing param * Use empty string as default param --------- Co-authored-by: admin <[email protected]>
1 parent a9b0bca commit c337fce

File tree

1 file changed

+1
-1
lines changed
  • src/datatrove/pipeline/extractors

1 file changed

+1
-1
lines changed

src/datatrove/pipeline/extractors/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ def run(self, data: DocumentsPipeline, rank: int = 0, world_size: int = 1) -> Do
8282

8383

8484
class ExtractorSandbox:
85-
def __init__(self, timeout, wamup_text):
85+
def __init__(self, timeout, wamup_text=""):
8686
self.timeout = timeout
8787
self.process = None
8888
self.parent_conn = None

0 commit comments

Comments
 (0)