Skip to content

Commit 412cb5b

Browse files
committed
Fixed uncomplete RunTimeError message
1 parent e4468b3 commit 412cb5b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bladex/profile/customprofile.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,8 @@ def __init__(self, **kwargs):
7474
raise RuntimeError(
7575
"""Input arguments should be the section coordinates
7676
(xup, yup, xdown, ydown) or the section parameters
77-
(camber_perc, thickness_perc,
78-
camber_max, thickness_max, chord_perc).""")
77+
(camber_perc, thickness_perc, camber_max,
78+
thickness_max, chord_perc, chord_len).""")
7979

8080
def generate_parameters(self, convention='british'):
8181
return super().generate_parameters(convention)

0 commit comments

Comments
 (0)