Skip to content

Commit d83d66b

Browse files
committed
main: Add some blank lines
Signed-off-by: Hector Martin <[email protected]>
1 parent 1abd9a7 commit d83d66b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/main.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,7 @@ def choose_os(self):
195195
return self.data["os_list"][idx]
196196

197197
def set_reduced_security(self):
198+
print()
198199
print( "We are about to prepare your new stub OS for booting in")
199200
print( "Reduced Security mode. Please enter your macOS credentials")
200201
print( "when prompted.")
@@ -271,6 +272,7 @@ def step2_indirect(self):
271272
os.system("shutdown -h now")
272273

273274
def startup_disk(self, recovery=False, volume_blessed=False, reboot=False):
275+
print()
274276
print(f"When the Startup Disk screen appears, choose '{self.part.label}', then click Restart.")
275277
if not volume_blessed:
276278
print( "You will have to authenticate yourself.")

0 commit comments

Comments
 (0)