mirror of
https://github.com/xxh/xxh
synced 2025-02-16 20:38:27 +00:00
Set pexpect_timeout again after loading config file
This commit is contained in:
parent
c1def8c089
commit
e5392a923f
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…
Add table
Reference in a new issue