Skip to content

Commit 276327c

Browse files
author
Martin O'Hanlon
committed
error message update
1 parent cbeb9ca commit 276327c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

picozero/picozero.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1204,7 +1204,7 @@ def schedule_callback(callback):
12041204
except RuntimeError as e:
12051205
if str(e) == "schedule queue full":
12061206
raise EventFailedScheduleQueueFull(
1207-
"{} - {} not run due to the micropython schedule being full".format(
1207+
"{} - {} not run due to the micropython schedule queue being full".format(
12081208
str(self), callback_to_run.__name__))
12091209

12101210
@property

0 commit comments

Comments
 (0)