mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Correct pylint error
This commit is contained in:
parent
20ff5c879a
commit
074b6ab5c2
1 changed files with 1 additions and 1 deletions
|
@ -540,7 +540,7 @@ def file(name,
|
|||
__env__,
|
||||
context,
|
||||
defaults,
|
||||
False, # skip_verify
|
||||
False, # skip_verify
|
||||
**kwargs
|
||||
)
|
||||
except Exception as exc:
|
||||
|
|
Loading…
Add table
Reference in a new issue