Merge pull request #47046 from clan/file_diff

switch order of file to be diffed
This commit is contained in:
Nicole Thomas 2018-04-13 09:40:12 -04:00 committed by GitHub
commit d5afa4a2c5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4812,7 +4812,7 @@ def check_file_meta(
if sfn:
try:
changes['diff'] = get_diff(
sfn, name, template=True, show_filenames=False)
name, sfn, template=True, show_filenames=False)
except CommandExecutionError as exc:
changes['diff'] = exc.strerror
else: