Skip to content

Commit a48eeb1

Browse files
remove deprecated universal_newlines parameter
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent e619802 commit a48eeb1

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)