mirror of
https://github.com/valitydev/salt.git
synced 2024-11-09 01:36:48 +00:00
no message
This commit is contained in:
parent
5a2ff3a641
commit
26e94fe124
@ -2468,7 +2468,7 @@ class BaseHighState(object):
|
|||||||
try:
|
try:
|
||||||
if salt.utils.is_windows():
|
if salt.utils.is_windows():
|
||||||
# Make sure cache file isn't read-only
|
# 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_:
|
with salt.utils.fopen(cfn, 'w+') as fp_:
|
||||||
try:
|
try:
|
||||||
self.serial.dump(high, fp_)
|
self.serial.dump(high, fp_)
|
||||||
|
Loading…
Reference in New Issue
Block a user