Open highvolt-dev opened 2 years ago
capture_output kwarg for subprocess.run was introduced in Python 3.7 - instead use stdout=subprocess.PIPE, stderr=subprocess.PIPE
capture_output
subprocess.run
stdout=subprocess.PIPE, stderr=subprocess.PIPE
Reported by reddit user /u/Tractor_Boy_500
capture_output
kwarg forsubprocess.run
was introduced in Python 3.7 - instead usestdout=subprocess.PIPE, stderr=subprocess.PIPE
Reported by reddit user /u/Tractor_Boy_500