diff --git a/adafruit_shell.py b/adafruit_shell.py index 55238ba..e6db97d 100644 --- a/adafruit_shell.py +++ b/adafruit_shell.py @@ -504,7 +504,8 @@ class Shell: """Checks if the pi needs to be rebooted since the last kernel update""" if not self.exists("/lib/modules/{}".format(self.release())): self.error( - "OS has not been rebooted since last kernel update. Please reboot and re-run the script" + "OS has not been rebooted since last kernel update. " + "Please reboot and re-run the script." ) self.prompt_reboot()