How to properly pass parameters to subprocess in Python?

后端 未结 0 1572
渐次进展
渐次进展 2020-12-19 03:14

I want to run tar inside Python with subprocess, and I have the following code:

import os
import subprocess

def create_user_archive         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题