Quotation issue

This commit is contained in:
Anton Hvornum 2021-02-07 18:44:26 +01:00
parent 819a8f742e
commit 47649074b8
1 changed files with 1 additions and 1 deletions

View File

@ -263,7 +263,7 @@ input('Press Enter to continue.')
We mention the drive one last time, and count from 5 to 0.
"""
print(f' ! Formatting {archinstall.arguments['harddrive']} in ', end='')
print(f" ! Formatting {archinstall.arguments['harddrive']} in ", end='')
for i in range(5, 0, -1):
print(f"{i}", end='')