Reformatted

This commit is contained in:
Melissa LeBlanc-Williams 2022-11-07 10:47:33 -08:00
parent 023db8fc6a
commit f5af4f9d11

View file

@ -502,7 +502,7 @@ class Shell:
return raspbian
return None
def prompt_reboot(self, default ="y", **kwargs):
def prompt_reboot(self, default="y", **kwargs):
"""Prompt the user for a reboot"""
if not self.prompt("REBOOT NOW?", default=default, **kwargs):
print("Exiting without reboot.")