Set pexpect_timeout again after loading config file

This commit is contained in:
samosica 2023-10-07 16:22:27 +09:00
parent c1def8c089
commit e5392a923f

View file

@ -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