Fix UnboundLocalError in file.get_diff

This was only in 2018.3 head and not part of a release
This commit is contained in:
Erik Johnson 2018-04-30 10:25:40 -05:00
parent 3400f829c4
commit 5bdc9e9bd5
No known key found for this signature in database
GPG Key ID: 5E5583C437808F3F

View File

@ -5008,7 +5008,8 @@ def get_diff(file1,
*salt.utils.data.decode(args)
)
)
return ret
return ret
return ''
def manage_file(name,