We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f194c51 commit d9da922Copy full SHA for d9da922
poetry_scripts.py
@@ -1,7 +1,7 @@
1
import subprocess
2
3
def run_cmd(cmd):
4
- subprocess.call(cmd, shell=True, check=True)
+ subprocess.run(cmd, shell=True, check=True)
5
6
def run_tests():
7
# Install requirements
0 commit comments