Merge pull request #166 from samosica/dont-ignore-pexpect-timeout-in-configfile

Don't ignore `++pexpect-timeout` value in config file
This commit is contained in:
Andy Kipp 2023-10-08 00:15:30 +06:00 committed by GitHub
commit 4413828597
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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