From e5392a923ff395d54787189bf291987bb2ed611c Mon Sep 17 00:00:00 2001 From: samosica Date: Sat, 7 Oct 2023 16:22:27 +0900 Subject: [PATCH] Set pexpect_timeout again after loading config file --- xxh/xxh_xxh/xxh.py | 1 + 1 file changed, 1 insertion(+) diff --git a/xxh/xxh_xxh/xxh.py b/xxh/xxh_xxh/xxh.py index bf24c08..712c56c 100644 --- a/xxh/xxh_xxh/xxh.py +++ b/xxh/xxh_xxh/xxh.py @@ -695,6 +695,7 @@ class xxh: self.verbose = opt.verbose self.vverbose = opt.vverbose + self.pexpect_timeout = int(opt.pexpect_timeout) self.use_pexpect = not opt.pexpect_disable self.quiet = opt.quiet