Fix line too long

This commit is contained in:
Melissa LeBlanc-Williams 2021-03-05 12:04:30 -08:00
parent e0dfd7f9bb
commit 6c3dea6b25

View file

@ -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()