mirror of
https://github.com/rapid7/metasploit-payloads
synced 2025-03-24 18:16:24 +01:00
Oops, the default bufsize is 0 anyways.
This commit is contained in:
parent
50899d608d
commit
8ab4190fc7
@ -180,7 +180,6 @@ class STDProcessBuffer(threading.Thread):
|
|||||||
|
|
||||||
class STDProcess(subprocess.Popen):
|
class STDProcess(subprocess.Popen):
|
||||||
def __init__(self, *args, **kwargs):
|
def __init__(self, *args, **kwargs):
|
||||||
kwargs['bufsize'] = 0 # disable buffering on stdout/err
|
|
||||||
subprocess.Popen.__init__(self, *args, **kwargs)
|
subprocess.Popen.__init__(self, *args, **kwargs)
|
||||||
|
|
||||||
def start(self):
|
def start(self):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user