From 1edb8f6f7224d7d715ce622266e9b5fdc8da3da2 Mon Sep 17 00:00:00 2001 From: Anton Hvornum Date: Sun, 6 Dec 2020 12:03:36 +0100 Subject: Added additional user-verification to guided.py Also spelling error in subpath --- examples/guided.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'examples/guided.py') diff --git a/examples/guided.py b/examples/guided.py index 38894292..3ebdcd14 100644 --- a/examples/guided.py +++ b/examples/guided.py @@ -226,6 +226,8 @@ archinstall.log("-- Guided template chosen (with below config) --", level=archin archinstall.log(json.dumps(archinstall.storage['_guided'], indent=4, sort_keys=True, cls=archinstall.JSON), level=archinstall.LOG_LEVELS.Info) print() +input('Press Enter to continue.') + """ Issue a final warning before we continue with something un-revertable. We mention the drive one last time, and count from 5 to 0. -- cgit v1.2.3-70-g09d2