From 47649074b8e182505b9def828b8cc344c96a3cb0 Mon Sep 17 00:00:00 2001 From: Anton Hvornum Date: Sun, 7 Feb 2021 18:44:26 +0100 Subject: Quotation issue --- examples/guided.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples') diff --git a/examples/guided.py b/examples/guided.py index f807e734..a9af24bd 100644 --- a/examples/guided.py +++ b/examples/guided.py @@ -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='') -- cgit v1.2.3-54-g00ecf