This commit is contained in:
Erik Johnson 2018-08-09 11:10:15 -05:00
parent d6e5038022
commit 163aea71c8
No known key found for this signature in database
GPG key ID: 5E5583C437808F3F

View file

@ -5006,7 +5006,7 @@ def get_diff(file1,
elif not show_changes:
ret = '<show_changes=False>'
else:
bdiff = _binary_replace(*paths)
bdiff = _binary_replace(*paths) # pylint: disable=no-value-for-parameter
if bdiff:
ret = bdiff
else: