mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 17:09:03 +00:00
Merge pull request #13267 from d--j/patch-2
Copy&Paste error in error message
This commit is contained in:
commit
daba2ff4d8
@ -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