Tools: remove print from batch_edit_text utility
Remove unnecessary noise.
This commit is contained in:
@@ -39,8 +39,6 @@ def run(
|
|||||||
text_operation: TextOpFn,
|
text_operation: TextOpFn,
|
||||||
use_multiprocess: bool,
|
use_multiprocess: bool,
|
||||||
) -> None:
|
) -> None:
|
||||||
print(directories)
|
|
||||||
|
|
||||||
import os
|
import os
|
||||||
|
|
||||||
def source_files(path: str) -> Iterator[str]:
|
def source_files(path: str) -> Iterator[str]:
|
||||||
|
|||||||
Reference in New Issue
Block a user