mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Removed an unused assignment in file.patch
This commit is contained in:
parent
e681745c09
commit
913c0f7566
2 changed files with 1 additions and 2 deletions
1
changelog/57204.fixed
Normal file
1
changelog/57204.fixed
Normal file
|
@ -0,0 +1 @@
|
|||
Removed an unused assignment in file.patch
|
|
@ -7165,8 +7165,6 @@ def patch(
|
|||
)
|
||||
return ret
|
||||
|
||||
options = sanitized_options
|
||||
|
||||
try:
|
||||
source_match = __salt__["file.source_list"](source, source_hash, __env__)[0]
|
||||
except CommandExecutionError as exc:
|
||||
|
|
Loading…
Add table
Reference in a new issue