Skip to content

Commit f262f29

Browse files
remove deprecated universal_newlines parameter
Co-authored-by: Copilot <[email protected]>
1 parent a68786c commit f262f29

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
@@ -39,8 +39,7 @@ def run_command(command, label):
3939
stdout=subprocess.PIPE,
4040
stderr=subprocess.PIPE,
4141
text=True,
42-
bufsize=1,
43-
universal_newlines=True
42+
bufsize=1
4443
)
4544

4645
# log stdout

0 commit comments

Comments
 (0)