mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 17:09:03 +00:00
Copy&Paste error
It's `timeout` not `tmo` in this if clause.
This commit is contained in:
parent
ea1e695608
commit
de72a20a19
@ -698,7 +698,7 @@ class RemoteFuncs(object):
|
||||
pub_load['timeout'] = int(load['timeout'])
|
||||
except ValueError:
|
||||
msg = 'Failed to parse timeout value: {0}'.format(
|
||||
load['tmo'])
|
||||
load['timeout'])
|
||||
log.warn(msg)
|
||||
return {}
|
||||
if 'tgt_type' in load:
|
||||
|
Loading…
Reference in New Issue
Block a user