http://mmgen-wallet.i2p/project/mmgen/mmgen-wallet/commit/ad4505f1497e1768c31d9c950c43ada278fdd212?style=split
_set_quiet(True) if stdin_input: if stdin_input: fd0,fd1 = os.pipe() fd0,fd1 = os.pipe() if os.fork(): # parent if os.fork(): # parent @@ -126,7 +126,7 @@ async def call_method(cls,method,cmd_name,args,mmtype,stdin_input): cmd_out = method(*aargs,**kwargs) cmd_out = method(*aargs,**kwargs) os.dup2(stdin_save,0) os.dup2(stdin_save,0) os.wait() os.wait() - cfg. quiet = oq_save + cfg. _set_quiet(oq_save) return cmd_out return cmd_out else: # child else: # child...