DEV Community

Discussion on: Python for Bash

Collapse
 
_andy_lu_ profile image
Andy Lu

Nothing as far as I can tell.

Example 1 uses subprocess.check_output(), but Example 2 uses the CompletedProcess class in subprocess.

What difference am I missing here?