Skip to content

Commit

Permalink
Tab tab tab o.O
Browse files Browse the repository at this point in the history
  • Loading branch information
iBug committed Jun 29, 2018
1 parent 0d67d6f commit 21eff93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_blacklists.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def test_blacklist_integrity():
if len(errors) == 1:
raise ValueError(errors[0])
elif len(errors) > 1:
raise ValueError("Multiple errors has occurred.\n" + "\n".join(errors))
raise ValueError("\n\t".join(["Multiple errors has occurred."] + errors))


def test_blacklist_pull_diff():
Expand Down

0 comments on commit 21eff93

Please sign in to comment.