Removed an unused assignment in file.patch

This commit is contained in:
piterpunk 2021-05-20 20:30:10 -03:00 committed by Daniel Wozniak
parent e681745c09
commit 913c0f7566
2 changed files with 1 additions and 2 deletions

1
changelog/57204.fixed Normal file
View file

@ -0,0 +1 @@
Removed an unused assignment in file.patch

View file

@ -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: