You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 6, 2020. It is now read-only.
subprocess.run was added in Python 3.5+ as a simple wrapper around subprocess.Popen function. It provides higher level API and official Python documnetation recommends to use it.
subprocess.run
was added in Python 3.5+ as a simple wrapper aroundsubprocess.Popen
function. It provides higher level API and official Python documnetation recommends to use it.dlint should warn about it:
The text was updated successfully, but these errors were encountered: