MCPcopy
hub / github.com/mikf/gallery-dl / _exec

Function _exec

gallery_dl/actions.py:209–210  ·  view source on GitHub ↗
(_)

Source from the content-addressed store, hash-verified

207
208def action_exec(opts):
209 def _exec(_):
210 util.Popen(opts, shell=True).wait()
211 return None, _exec
212
213

Callers

nothing calls this directly

Calls 1

waitMethod · 0.80

Tested by

no test coverage detected