Skip to content
Snippets Groups Projects
Commit 722d735f authored by Chris Lamb's avatar Chris Lamb :eyes:
Browse files

Drop assertion that is guaranteed by parallel "if" conditional.

parent 614b0d12
No related branches found
No related tags found
No related merge requests found
Pipeline #103170 passed
......@@ -107,7 +107,6 @@ def compare_files(file1, file2, source=None, diff_content_only=False):
if diff_content_only:
return None
elif diff_content_only:
assert not has_same_content
return Difference(None, file1.name, file2.name, comment="Files differ")
specialize(file1)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment