mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 17:33:54 +00:00
no message
This commit is contained in:
parent
5a2ff3a641
commit
26e94fe124
@ -2468,7 +2468,7 @@ class BaseHighState(object):
|
||||
try:
|
||||
if salt.utils.is_windows():
|
||||
# Make sure cache file isn't read-only
|
||||
salt.modules.cmdmod._run_quiet('attrib -R "{0}"'.format(cfn))
|
||||
salt.modules.cmdmod._run_quiet('attrib -R "{0}"'.format(cfn), quiet=True)
|
||||
with salt.utils.fopen(cfn, 'w+') as fp_:
|
||||
try:
|
||||
self.serial.dump(high, fp_)
|
||||
|
Loading…
Reference in New Issue
Block a user