Skip to content

Commit 6c3dea6

Browse files
committed
Fix line too long
1 parent e0dfd7f commit 6c3dea6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

adafruit_shell.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -504,7 +504,8 @@ def check_kernel_update_reboot_required(self):
504504
"""Checks if the pi needs to be rebooted since the last kernel update"""
505505
if not self.exists("/lib/modules/{}".format(self.release())):
506506
self.error(
507-
"OS has not been rebooted since last kernel update. Please reboot and re-run the script"
507+
"OS has not been rebooted since last kernel update. "
508+
"Please reboot and re-run the script."
508509
)
509510
self.prompt_reboot()
510511

0 commit comments

Comments
 (0)