Skip to content

Commit e1bd661

Browse files
committed
Import STDOUT
1 parent 3204fca commit e1bd661

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/install_deps.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
import os
3232
import shutil
3333
import toml
34-
from subprocess import PIPE, Popen
34+
from subprocess import PIPE, Popen, STDOUT
3535

3636
# add argparse arguments
3737
parser = argparse.ArgumentParser(description="A utility to install dependencies based on extension.toml files.")

0 commit comments

Comments
 (0)