Skip to content

Commit

Permalink
update error message
Browse files Browse the repository at this point in the history
Co-authored-by: Paul Jonas Jost <[email protected]>
  • Loading branch information
m-philipps and PaulJonasJost authored Oct 21, 2023
1 parent 5fbc866 commit 3d80c2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pypesto/visualize/misc.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ def process_result_list(
legend_type_error = True

if legend_type_error:
raise TypeError("Unexpected legend type. Stopping")
raise TypeError("Unexpected legend type.")

return results, colors, legends

Expand Down

0 comments on commit 3d80c2b

Please sign in to comment.