Skip to content

Commit 169853f

Browse files
remove redundant bufsize=1 parameter
Co-authored-by: Copilot <[email protected]>
1 parent a48eeb1 commit 169853f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

app/get_knowledge_base.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,7 @@ def run_command(command, label):
3838
command,
3939
stdout=subprocess.PIPE,
4040
stderr=subprocess.PIPE,
41-
text=True,
42-
bufsize=1
41+
text=True
4342
)
4443

4544
# log stdout

0 commit comments

Comments
 (0)