Skip to content

Commit 06c73e1

Browse files
authored
Merge pull request #10 from ManimCommunity/safinsingh-patch-1
More descriptive error for INVALID_NUMBER_MESSAGE
2 parents 9e3aeb2 + 1c42f87 commit 06c73e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manimlib/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ class MyText(Text):
108108
Choose number corresponding to desired scene/arguments.
109109
(Use comma separated list for multiple entries)
110110
Choice(s): """
111-
INVALID_NUMBER_MESSAGE = "Fine then, if you don't want to give a valid number I'll just quit"
111+
INVALID_NUMBER_MESSAGE = "Invalid scene numbers have been specified. Aborting."
112112

113113
NO_SCENE_MESSAGE = """
114114
There are no scenes inside that module

0 commit comments

Comments
 (0)