Skip to content

Commit

Permalink
Update src/pineko/fonll.py
Browse files Browse the repository at this point in the history
Co-authored-by: Alessandro Candido <[email protected]>
  • Loading branch information
andreab1997 and alecandido authored Oct 5, 2023
1 parent 35371fd commit 860e5f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pineko/fonll.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ def theorycard_no_fns_pto(self):
if len(theorycards) > 1 and not all(
[theorycards[0] == card in theorycards[1:]]
):
raise ValueError("theorycards not the same")
raise ValueError("Theory cards are not compatible")
return theorycards[0]

@property
Expand Down

0 comments on commit 860e5f4

Please sign in to comment.