Skip to content

Commit da89323

Browse files
author
dessant
committed
make provider error message less jumpy
1 parent 56da780 commit da89323

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kivy/core/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ def core_select_lib(category, llist, create_instance=False,
9393
err = '\n'.join(['{} - {}: {}\n{}'.format(opt, e.__class__.__name__, e,
9494
''.join(traceback.format_tb(tb))) for opt, e, tb in errs])
9595
Logger.critical(
96-
'{0}: Unable to find any valuable {0} provider at all!\n{1}'.format(
96+
'{0}: Unable to find any valuable {0} provider.\n{1}'.format(
9797
category.capitalize(), err))
9898

9999

0 commit comments

Comments
 (0)