MCPcopy Create free account
hub / github.com/ActiveState/code / submitnow

Function submitnow

recipes/Python/577440_extensiDopy__Win32/recipe-577440.py:105–111  ·  view source on GitHub ↗

Submit command

(pCommand)

Source from the content-addressed store, hash-verified

103 return lFound
104
105def submitnow(pCommand):
106 '''
107 Submit command
108 '''
109 lCommand = '"' + pCommand + '"'
110 #print '\n\nSubmitting:', lCommand
111 subprocess.Popen(lCommand, shell=True)
112
113
114

Callers 1

recipe-577440.pyFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected