mirror of
https://github.com/xxh/xxh
synced 2024-11-14 16:27:09 +00:00
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:
commit
4413828597
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue