Answer the question
In order to leave comments, you need to log in
Subprocess doesn't want to wait for wget?
I am writing a python script to download a decent list of files. The script is cunning, so it's not possible to simply feed the list of files to wget.
I launch via:
p = subprocess.Popen(cmd.split(),shell=True)
p.wait()
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question