We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 023db8f commit f5af4f9Copy full SHA for f5af4f9
adafruit_shell.py
@@ -502,7 +502,7 @@ def get_raspbian_version(self):
502
return raspbian
503
return None
504
505
- def prompt_reboot(self, default ="y", **kwargs):
+ def prompt_reboot(self, default="y", **kwargs):
506
"""Prompt the user for a reboot"""
507
if not self.prompt("REBOOT NOW?", default=default, **kwargs):
508
print("Exiting without reboot.")
0 commit comments