Reformatted
This commit is contained in:
parent
023db8fc6a
commit
f5af4f9d11
1 changed files with 1 additions and 1 deletions
|
|
@ -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.")
|
||||
|
|
|
|||
Loading…
Reference in a new issue