Skip to content

Commit d9da922

Browse files
committed
Oops
1 parent f194c51 commit d9da922

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

poetry_scripts.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import subprocess
22

33
def run_cmd(cmd):
4-
subprocess.call(cmd, shell=True, check=True)
4+
subprocess.run(cmd, shell=True, check=True)
55

66
def run_tests():
77
# Install requirements

0 commit comments

Comments
 (0)